aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ocaml-bz2
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-01-03 22:42:07 +0800
committeradamw <adamw@FreeBSD.org>2014-01-03 22:42:07 +0800
commitf20cf81a9dae51d30a97893f5b9054a05b6d19b2 (patch)
tree085773118d73f7f339d8cb24c4d7c2fbd3b9673b /archivers/ocaml-bz2
parentc70bd1db8e0c6ab27fab3a411d5de8f3eb1115c1 (diff)
downloadfreebsd-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/Makefile2
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})