aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-extlib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-06 05:11:29 +0800
committerpav <pav@FreeBSD.org>2005-02-06 05:11:29 +0800
commitd7c7479a73560d34b5faa3a72f923053ee5e6fff (patch)
tree19469dd0eeb84ed8a426ea3f6078fdc5aa951d07 /devel/ocaml-extlib
parent1a1c48c56f49d20208d7a69dbc91ea5dcdeeed96 (diff)
downloadfreebsd-ports-graphics-d7c7479a73560d34b5faa3a72f923053ee5e6fff.tar.gz
freebsd-ports-graphics-d7c7479a73560d34b5faa3a72f923053ee5e6fff.tar.zst
freebsd-ports-graphics-d7c7479a73560d34b5faa3a72f923053ee5e6fff.zip
- NO_PORTDOCS -> NOPORTDOCS
PR: ports/77130 Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net>
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 3805fff28a8..a2b3134a938 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