summaryrefslogtreecommitdiff
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
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
-rw-r--r--devel/ocaml-extlib/Makefile2
-rw-r--r--graphics/ocaml-lablgl/Makefile2
-rw-r--r--graphics/py-gdchart/Makefile2
-rw-r--r--x11-toolkits/ocaml-lablgtk/Makefile2
4 files changed, 4 insertions, 4 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
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
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index 694e66068203..45bb08c0bcb4 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -30,7 +30,7 @@ post-extract:
${FILESDIR}/setup.py > ${WRKSRC}/setup.py
post-install:
-.if !defined(NO_PORTDOCS)
+.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLE_DIR}
.for file in ${EXAMPLE_FILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLE_DIR}
diff --git a/x11-toolkits/ocaml-lablgtk/Makefile b/x11-toolkits/ocaml-lablgtk/Makefile
index aede6b488e20..c3d3077ccd20 100644
--- a/x11-toolkits/ocaml-lablgtk/Makefile
+++ b/x11-toolkits/ocaml-lablgtk/Makefile
@@ -79,7 +79,7 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}/glade
@${INSTALL_DATA} ${WRKSRC}/examples/glade/* ${EXAMPLESDIR}/glade
.endif
-.if !defined(NO_PORTDOCS)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif