diff options
author | gabor <gabor@FreeBSD.org> | 2012-12-21 06:19:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2012-12-21 06:19:45 +0800 |
commit | c272a0b533d6ef5d93d1f59ff51443c731dbb2de (patch) | |
tree | cc4f19b4ab45175ab646cce519bd47e2e4b9bade /archivers/gzip | |
parent | df5c8cf8634372c3fbe923633169d7787637f234 (diff) | |
download | freebsd-ports-gnome-c272a0b533d6ef5d93d1f59ff51443c731dbb2de.tar.gz freebsd-ports-gnome-c272a0b533d6ef5d93d1f59ff51443c731dbb2de.tar.zst freebsd-ports-gnome-c272a0b533d6ef5d93d1f59ff51443c731dbb2de.zip |
- Turn on the RSYNCABLE option by default since it is required for a
dependent port [1]
- Bump PORTREVISION
Requested by: jgh [1]
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> |