diff options
author | dougb <dougb@FreeBSD.org> | 2001-12-22 16:52:42 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-12-22 16:52:42 +0800 |
commit | 27c582adc12e172df2e4815a363efb9db409682b (patch) | |
tree | c249b905f763e6c3691c7bb5545200dbf9270fa6 /sysutils/nut/Makefile | |
parent | 207c265afc0ea8a2c6a72bfd056831693f25236b (diff) | |
download | freebsd-ports-gnome-27c582adc12e172df2e4815a363efb9db409682b.tar.gz freebsd-ports-gnome-27c582adc12e172df2e4815a363efb9db409682b.tar.zst freebsd-ports-gnome-27c582adc12e172df2e4815a363efb9db409682b.zip |
Upgrade to 0.45.3, which has several new UPS modules, and many new man pages
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 |