diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 21:11:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 21:11:29 +0000 |
commit | edcafcaeb2502b82708cdef6ea5955ec8e86c17a (patch) | |
tree | bc59a76dbd07f9a53eaf7858e757a5a338f8f64f /devel/ocaml-extlib | |
parent | 4492f0b3afb10b7e6f29fea1b6175de9d0210fd7 (diff) |
- NO_PORTDOCS -> NOPORTDOCS
PR: ports/77130
Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net>
Notes
Notes:
svn path=/head/; revision=128097
Diffstat (limited to 'devel/ocaml-extlib')
-rw-r--r-- | devel/ocaml-extlib/Makefile | 2 |
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 |