summaryrefslogtreecommitdiffstats
path: root/graphics/qvplay
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 /graphics/qvplay
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 'graphics/qvplay')
-rw-r--r--graphics/qvplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile
index 8e027c4..491be34 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
OpenPOWER on IntegriCloud