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/ocaml-bz2 | |
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/ocaml-bz2')
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index aa7bf14df7e3..365a48bc2d0f 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -27,7 +27,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) |