summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
committermarcus <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
commitf5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch)
tree3d5e88ba7c16da5942c810ee5e53114df3e3459f /misc
parent264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff)
downloadFreeBSD-ports-f5d7b46097ea574b874459d9b68880cc46d8c3d5.zip
FreeBSD-ports-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.gz
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 'misc')
-rw-r--r--misc/ewipe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile
index c35653d..68459bd 100644
--- a/misc/ewipe/Makefile
+++ b/misc/ewipe/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= YES
USE_REINPLACE= yes
TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex
-PORTDOCS= Changes.jp README README.jp dot.ewipe
+MYPORTDOCS= Changes.jp README README.jp dot.ewipe
EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \
tutorial.ewp tutorial-e.ewp
@@ -45,7 +45,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ewipe
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ewipe
.endfor
@${MKDIR} ${PREFIX}/share/examples/ewipe
OpenPOWER on IntegriCloud