diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-03 22:42:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-03 22:42:07 +0800 |
commit | f20cf81a9dae51d30a97893f5b9054a05b6d19b2 (patch) | |
tree | 085773118d73f7f339d8cb24c4d7c2fbd3b9673b /archivers/torrentzip | |
parent | c70bd1db8e0c6ab27fab3a411d5de8f3eb1115c1 (diff) | |
download | freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.tar.gz freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.tar.zst freebsd-ports-gnome-f20cf81a9dae51d30a97893f5b9054a05b6d19b2.zip |
Remove NOPORT* from archivers. The only holdouts here are ruby@ now.
Diffstat (limited to 'archivers/torrentzip')
-rw-r--r-- | archivers/torrentzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 16bba00eed54..52bb90be9361 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -23,7 +23,9 @@ PORTDOCS= README run-autotools:: run-autotools-aclocal run-autotools-autoheader \ run-autotools-autoconf run-autotools-automake -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} pre-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README |