aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
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 /graphics
parent1a1c48c56f49d20208d7a69dbc91ea5dcdeeed96 (diff)
downloadfreebsd-ports-gnome-d7c7479a73560d34b5faa3a72f923053ee5e6fff.tar.gz
freebsd-ports-gnome-d7c7479a73560d34b5faa3a72f923053ee5e6fff.tar.zst
freebsd-ports-gnome-d7c7479a73560d34b5faa3a72f923053ee5e6fff.zip
- NO_PORTDOCS -> NOPORTDOCS
PR: ports/77130 Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ocaml-lablgl/Makefile2
-rw-r--r--graphics/py-gdchart/Makefile2
2 files changed, 2 insertions, 2 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
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}