aboutsummaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
commit7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch)
tree13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /graphics/cqcam
parentf4d7c801f854ff4fad4642d62b23bae798962615 (diff)
downloadports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz
ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.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>
Notes
Notes: svn path=/head/; revision=93295
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile4
1 files changed, 2 insertions, 2 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