summaryrefslogtreecommitdiff
path: root/graphics/ocaml-lablgl
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 /graphics/ocaml-lablgl
parentPolipo is a small and fast caching web proxy (a web cache, an HTTP proxy) (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 'graphics/ocaml-lablgl')
-rw-r--r--graphics/ocaml-lablgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile
index 9c08f80d7656..b24e12a3e662 100644
--- a/graphics/ocaml-lablgl/Makefile
+++ b/graphics/ocaml-lablgl/Makefile
@@ -50,7 +50,7 @@ post-install:
${EXAMPLESDIR}/LablGlut/nehe
${INSTALL_DATA} ${WRKSRC}/Togl/examples/* \
${EXAMPLESDIR}/Togl
-.if !defined(NO_PORTDOCS)
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif