diff options
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index ea4f4ca7d63..bbe871d4476 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/03/07 20:47:05 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2007/03/24 19:21:32 joerg Exp $ DISTNAME= apcupsd-3.12.4 CATEGORIES= sysutils @@ -56,6 +56,8 @@ EGFILES= netbsd/apccontrol etc/changeme etc/commfailure etc/commok \ etc/masterconnect etc/mastertimeout etc/offbattery etc/onbattery MANFILES= apcupsd apctest +INSTALLATION_DIRS= share/examples/apcupsd share/examples/rc.d + # we should probably allow the tty to be set in /etc/mk.conf too # post-build: @@ -76,7 +78,6 @@ HTMLDOCS= apcupsd.gif bclogo.gif bugs.html bugs.wml index.html index.wml \ publishsite support.html support.wml systems.html systems.wml template.inc post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/apcupsd ${INSTALL_DATA} ${WRKDIR}/apcupsd.master.conf \ ${PREFIX}/share/examples/apcupsd ${INSTALL_DATA} ${WRKDIR}/apcupsd.slave.conf \ |