diff options
author | Boris Popov <bp@FreeBSD.org> | 2000-01-29 01:54:28 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 2000-01-29 01:54:28 +0000 |
commit | 2b2af36e2d76b279542cd992f6a5e1c4b2a6d519 (patch) | |
tree | c594c14c05b903c4f26eb5a02ab5d33b72756730 /sysutils/nut/Makefile | |
parent | use -pthread instead of -lc_r (diff) |
Upgrade to nut-0.42.2.
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r-- | sysutils/nut/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 55b81bdf9fba..e8e3f8ee0fcc 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nut -# Version required: nut-0.42.1 +# Version required: nut-0.42.2 # Date created: 08 Jan 2000 # Whom: Boris Popov <bp@freebsd.org> # # $FreeBSD$ # -DISTNAME= nut-0.42.1 +DISTNAME= nut-0.42.2 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ @@ -17,7 +17,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-celsius --sysconfdir=${PREFIX}/etc/nut \ +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --with-uid=65534 --with-gid=68 ALL_TARGET= all @@ -45,7 +45,8 @@ pre-install: .endif post-install: - @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/upsd.sh.sample \ + @${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 .if !defined(NOPORTDOCS) |