aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
committermarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
commitf5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch)
tree3d5e88ba7c16da5942c810ee5e53114df3e3459f /sysutils
parent264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/apcupsd/Makefile4
-rw-r--r--sysutils/tct/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index c6c9daec66ed..efa30d736f81 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -42,7 +42,7 @@ PLIST_SUB+= POWERFL="@comment "
MAN8= "apcupsd.8"
-PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
+MYPORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
apcupsd.apf apcupsd.book apcupsd.gif apcupsd.html batteries.html \
bugs.html cables.html cgiprogs.html charging.gif \
config-examples.html configure.html data.html eprom.html \
@@ -65,7 +65,7 @@ post-install:
${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/manual/${file} ${DOCSDIR}
.endfor
.endif
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