diff options
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index db7f3ece1375..7ce0ea24d6b2 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -3,7 +3,7 @@ PORTNAME= gzip PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +21,7 @@ DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ THANKS TODO OPTIONS_DEFINE= RSYNCABLE +OPTIONS_DEFAULT= RSYNCABLE RSYNCABLE_DESC= Include --rsyncable patch .include <bsd.port.pre.mk> |