diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
commit | 5c58cc66c5083e97c21a8e420f3306c57e8f2497 (patch) | |
tree | e3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/ruby-zip | |
parent | 13309b2127b4e76e6026d002c81d2eb948f73fb5 (diff) | |
download | freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.tar.gz freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.tar.zst freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.zip |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers/ruby-zip')
-rw-r--r-- | archivers/ruby-zip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index f581d46ef5c2..2c0e4dfee583 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -22,6 +22,8 @@ NO_BUILD= yes DOCS= ChangeLog NEWS README TODO EXAMPLES= samples/* +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/zip ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${STAGEDIR}${RUBY_SITELIBDIR}/zip |