diff options
author | martin <martin> | 2001-04-01 14:04:36 +0000 |
---|---|---|
committer | martin <martin> | 2001-04-01 14:04:36 +0000 |
commit | b08c307bd286ed95d31e4affe44b0dc3d4d2cf7d (patch) | |
tree | 8aece5c562cf48f131fe8e204831765feabf2e89 /sysutils/ups-nut/Makefile | |
parent | 694ecb80fe438c36affbc6b207fc1b639f0f3d34 (diff) | |
download | pkgsrc-b08c307bd286ed95d31e4affe44b0dc3d4d2cf7d.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 |