diff options
author | Boris Popov <bp@FreeBSD.org> | 2000-10-16 06:09:58 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 2000-10-16 06:09:58 +0000 |
commit | 8485be2ae0c2b72e1efeebfcf4111ae48789d5d6 (patch) | |
tree | 2b0ae500ca361ca3a6af2c381896324dc3156047 /sysutils/nut/Makefile | |
parent | Teach this port how to find the tiff headers again. (diff) |
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 3c947fb57ae2..794958397a0f 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 |