diff options
author | bp <bp@FreeBSD.org> | 2000-10-16 06:09:58 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2000-10-16 06:09:58 +0000 |
commit | de2bc75942b2f794f9869a5df4a5a79a7f0d8280 (patch) | |
tree | 051bf86ec3987d86b31d98ba39be75eda2b39640 /sysutils/nut/Makefile | |
parent | 7a78466408555f6090dc86e461071153a179cb0c (diff) | |
download | FreeBSD-ports-de2bc75942b2f794f9869a5df4a5a79a7f0d8280.zip FreeBSD-ports-de2bc75942b2f794f9869a5df4a5a79a7f0d8280.tar.gz |
Update to version 0.44.1
Note: state files moved from /var/state/ups to /var/db.
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r-- | sysutils/nut/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 3c947fb5..7949583 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 0.44.0 +PORTVERSION= 0.44.1 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ @@ -20,11 +20,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --with-cgipath=${PREFIX}/share/nut/cgi \ --with-modelpath=${PREFIX}/sbin \ - --with-uid=65534 --with-gid=68 + --with-statepath=/var/db ALL_TARGET= all -PLIST= ${WRKDIR}/PLIST.DYN +PLIST= ${WRKDIR}/PLIST.DYN NDOCDIR= ${PREFIX}/share/doc/nut |