summaryrefslogtreecommitdiff
path: root/games/omega
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 /games/omega
parentUse the new Apache bits from bsd.port.mk. (diff)
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 'games/omega')
-rw-r--r--games/omega/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/omega/Makefile b/games/omega/Makefile
index 89c2b8ec32e6..9212e9ccd087 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= # empty
MAN6= omega.6
-PORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \
+MYPORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \
docs/readme3 docs/readme4
do-install:
@@ -36,7 +36,7 @@ do-install:
@${CHOWN} -R root:games ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif