diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
commit | 41fcfb64f91a016dd7a83d99d115b6efcb10a4f5 (patch) | |
tree | e3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/py-lzma | |
parent | 12c49b0345676cbf2d18b0c8cb021c54fc454847 (diff) | |
download | freebsd-ports-gnome-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.tar.gz freebsd-ports-gnome-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.tar.zst freebsd-ports-gnome-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.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/py-lzma')
-rw-r--r-- | archivers/py-lzma/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index d4ce79768db7..1db404ce5a1f 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -27,12 +27,8 @@ PORTDOCS= usage.txt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |