aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-extlib
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-05 21:11:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-05 21:11:29 +0000
commitedcafcaeb2502b82708cdef6ea5955ec8e86c17a (patch)
treebc59a76dbd07f9a53eaf7858e757a5a338f8f64f /devel/ocaml-extlib
parent4492f0b3afb10b7e6f29fea1b6175de9d0210fd7 (diff)
downloadports-edcafcaeb2502b82708cdef6ea5955ec8e86c17a.tar.gz
ports-edcafcaeb2502b82708cdef6ea5955ec8e86c17a.zip
Notes
Diffstat (limited to 'devel/ocaml-extlib')
-rw-r--r--devel/ocaml-extlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-extlib/Makefile b/devel/ocaml-extlib/Makefile
index 3805fff28a8b..a2b3134a9389 100644
--- a/devel/ocaml-extlib/Makefile
+++ b/devel/ocaml-extlib/Makefile
@@ -24,7 +24,7 @@ ALL_TARGET= all opt doc
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
post-install:
-.if !defined(NO_PORTDOCS)
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif