From 7cf7b646b201f4759df4922b5cd4e8da431273d2 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 7 Nov 2003 09:28:14 +0000 Subject: Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added bsd.port.mk macro. Submitted by: Oliver Eikemeier --- sysutils/apcupsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/apcupsd') 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 -- cgit v1.2.3