diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:28:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:28:14 +0800 |
commit | f5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch) | |
tree | 3d5e88ba7c16da5942c810ee5e53114df3e3459f /graphics/cqcam | |
parent | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff) | |
download | freebsd-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/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 4 |
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 |