summaryrefslogtreecommitdiff
path: root/x11-fm/gentoo/Makefile
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 /x11-fm/gentoo/Makefile
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 '')
-rw-r--r--x11-fm/gentoo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index b91b4c7f2b0b..e189ffd0565c 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
MAN1= gentoo.1
-PORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
+MYPORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
README.gtkrc TODO
post-patch:
@@ -31,7 +31,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
${TAR} -C ${WRKSRC}/docs --exclude "gentoo.1x" -cf - . | \