diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-12-22 08:52:42 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-12-22 08:52:42 +0000 |
commit | d0faf2309843425223cd924f2e8271c1b95a0f6b (patch) | |
tree | c137f600f798de960f803771f2c873faf50e9d04 /sysutils/nut/Makefile | |
parent | 5d4e1ab38b37975272a457b30739e1247333395e (diff) | |
download | ports-d0faf2309843425223cd924f2e8271c1b95a0f6b.tar.gz ports-d0faf2309843425223cd924f2e8271c1b95a0f6b.zip |
Notes
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r-- | sysutils/nut/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index dcc9633b64f5..e309cf7d148f 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 0.45.1 +PORTVERSION= 0.45.3 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ @@ -17,7 +17,11 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --with-modelpath=${PREFIX}/libexec/nut \ --with-statepath=/var/db -MAN8= apcsmart.8 powercom.8 +MAN5= ups.conf.5 upsd.conf.5 upsd.users.5 upsmon.conf.5 \ + upssched.conf.5 +MAN8= apcsmart.8 belkin.8 bestups.8 fentonups.8 nutupsdrv.8 \ + powercom.8 upsc.8 upscmd.8 upsct.8 upsct2.8 upsd.8 \ + upsdrvctl.8 upslog.8 upsmon.8 upssched.8 ALL_TARGET= all |