aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
committermarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
commitf5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch)
tree3d5e88ba7c16da5942c810ee5e53114df3e3459f /graphics/graphviz/Makefile
parent264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff)
downloadfreebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.gz
freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.zst
freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.zip
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
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