diff options
author | martin <martin@pkgsrc.org> | 2001-04-01 14:04:36 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-04-01 14:04:36 +0000 |
commit | 6e860175828f538b4f02d688d70112c9812729d8 (patch) | |
tree | 8aece5c562cf48f131fe8e204831765feabf2e89 /sysutils/ups-nut/Makefile | |
parent | 74898d7b858969832e9eb6703d0fbeafeba0b713 (diff) | |
download | pkgsrc-6e860175828f538b4f02d688d70112c9812729d8.tar.gz |
Make shared memory rights the same on systems without SHM_R/SHM_W defined
and -current. Cosmetic changes in Makefile.
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r-- | sysutils/ups-nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 00a3f46a298..1f328036bc6 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/27 03:20:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/01 14:04:36 martin Exp $ # DISTNAME= nut-0.44.3-pre5 @@ -67,7 +67,7 @@ pre-install: post-install: @${SED} -e "/%%PREFIX%%/s##${LOCALBASE}#g" \ - files/upsd \ + ${FILESDIR}/upsd \ >${LOCALBASE}/etc/rc.d/upsd @${CHMOD} 0755 ${LOCALBASE}/etc/rc.d/upsd @${INSTALL} -d -o ${NUT_USER} -g ${NUT_GROUP} -m 0770 /var/db/nut |