summaryrefslogtreecommitdiff
path: root/sysutils/tct/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 /sysutils/tct/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--sysutils/tct/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile
index 6d545ffce69d..582cf584fa0d 100644
--- a/sysutils/tct/Makefile
+++ b/sysutils/tct/Makefile
@@ -23,7 +23,7 @@ USE_PERL5_RUN= yes
MAN1= ils.1 mactime.1 pcat.1 grave-robber.1 lastcomm.1 major_minor.1 timeout.1 icat.1 lazarus.1 unrm.1
MAN5= magic.5 tm-format.5
-PORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README
+MYPORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin/file-tct
@@ -46,7 +46,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tct
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tct
.endfor
.endif