summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cqcam/Makefile4
-rw-r--r--graphics/graphviz/Makefile4
-rw-r--r--graphics/qvplay/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 4f741cc35b07..f2417529446e 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -29,7 +29,7 @@ MAN1= cqcam.1
MLINKS= cqcam.1 webcam.1 \
cqcam.1 xcqcam.1
-PORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
+MYPORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
docs/refresh.html docs/webcam.html docs/README.movies
.include <bsd.port.pre.mk>
@@ -48,7 +48,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/webcam/nph-webcam ${PREFIX}/share/examples/cqcam/sample.nph-webcam
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 9e7a4aa214b0..972a31610148 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -45,13 +45,13 @@ MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dot2gxl.1 dotty.1 gc.1 \
MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3
MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n
-PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
+MYPORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
neatoguide.pdf tcldot.html Dot.ref FAQ.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile
index 8e027c49b38c..491be342e533 100644
--- a/graphics/qvplay/Makefile
+++ b/graphics/qvplay/Makefile
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
MAN1= qvplay.1 qvrec.1 qvalldel.1
-PORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
+MYPORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
README README.eng README.FreeBSD
pre-patch:
@@ -31,7 +31,7 @@ pre-configure:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR}
.endfor
.endif