Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/gzip/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 5 Feb 2010 21:55:09 -0000 1.23 +++ Makefile 25 Oct 2010 17:16:11 -0000 @@ -7,6 +7,7 @@ PORTNAME= gzip PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +24,14 @@ DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ THANKS TODO +OPTIONS= RSYNCABLE "Include --rsyncable patch" OFF + +.include + +.if defined(WITH_RSYNCABLE) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff +.endif + post-configure: @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|need_charset_alias=true|need_charset_alias=false|g' \ @@ -36,4 +45,4 @@ .endfor .endif -.include +.include