aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-06 16:10:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-06 16:10:53 +0000
commit8f8574a088182d7c36eee963dd100df3f1c55628 (patch)
tree3d03eefa2c6e0ab2c06f301b45369cee10db6b3f /archivers/gzip
parentb3f3b4028107fedc7980e06cff72170476c78147 (diff)
downloadports-8f8574a088182d7c36eee963dd100df3f1c55628.tar.gz
ports-8f8574a088182d7c36eee963dd100df3f1c55628.zip
Convert to OptionsNG
Approved by: gabor (maintainer)
Notes
Notes: svn path=/head/; revision=305382
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index 36c95f113b6e..0cdeac4b1feb 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -24,11 +24,12 @@ INFO= gzip
DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
THANKS TODO
-OPTIONS= RSYNCABLE "Include --rsyncable patch" OFF
+OPTIONS_DEFINE= RSYNCABLE
+RSYNCABLE_DESC= Include --rsyncable patch
.include <bsd.port.pre.mk>
-.if defined(WITH_RSYNCABLE)
+.if ${PORT_OPTIONS:MRSYNCABLE}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff
.endif