aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut/Makefile
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2001-01-04 06:14:59 +0000
committerBoris Popov <bp@FreeBSD.org>2001-01-04 06:14:59 +0000
commit7b9e4e1601d85cfc6fc98dfcad53e3fd9ad57781 (patch)
tree4df1f242df99f842317443c5bc85e36ee5b885fb /sysutils/nut/Makefile
parent7c635a8d028041acbf777ee45d7bab6bd0a490a5 (diff)
Notes
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r--sysutils/nut/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 794958397a0f..87b6ea774835 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nut
-PORTVERSION= 0.44.1
+PORTVERSION= 0.44.2
CATEGORIES= sysutils
MASTER_SITES= http://www.exploits.org/nut/release/
@@ -19,7 +19,7 @@ LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-cgipath=${PREFIX}/share/nut/cgi \
- --with-modelpath=${PREFIX}/sbin \
+ --with-modelpath=${PREFIX}/libexec/nut \
--with-statepath=/var/db
ALL_TARGET= all
@@ -50,8 +50,8 @@ pre-install:
post-install:
@${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
${WRKSRC}/scripts/FreeBSD/upsd.sh.sample \
- >${PREFIX}/etc/rc.d/upsd.sh.sample
- @${CHMOD} 0755 ${PREFIX}/etc/rc.d/upsd.sh.sample
+ >${PREFIX}/etc/rc.d/nut.sh.sample
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/nut.sh.sample
.if !defined(NOPORTDOCS)
@if ! [ -d ${NDOCDIR} ]; then ${MKDIR} ${NDOCDIR}; fi
@if ! [ -d ${NDOCDIR}/cables ]; then ${MKDIR} ${NDOCDIR}/cables; fi