diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-07 00:14:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-07 00:14:00 +0000 |
commit | 40ac3df71531d5e3d3645341dde33cabb3e89080 (patch) | |
tree | 9dc2ebf859fc80e168ceb0c0eae408aaba2cd8cd /sysutils/apcupsd | |
parent | 6d28d61ac6c9cc74561fd6cc1589624e38f9a2ec (diff) | |
download | ports-40ac3df71531d5e3d3645341dde33cabb3e89080.tar.gz ports-40ac3df71531d5e3d3645341dde33cabb3e89080.zip |
- Install stylesheet for manual [1]
- Add missed file to pkg-plist
- Raise portrevision
PR: ports/60995 [1]
Submitted by: Krzysztof Stryjek <wtp+apc@bsdguru.org>
Notes
Notes:
svn path=/head/; revision=97516
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/apcupsd/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 35d401c34754..954c47249576 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.10.9 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -50,7 +50,7 @@ PLIST_SUB+= POWERFL="@comment " MAN8= "apcupsd.8" -PORTDOCS= apcupsd.pdf manual.html \ +PORTDOCS= apcupsd.pdf manual.html manual.css \ apcupsd.png back.png charging.png home.png main_configs.png \ multimon.png next.png onbatt.png online.png status.png thanks.png \ wininstall1.png wininstall2.png wininstall3.png wininstall4.png \ diff --git a/sysutils/apcupsd/pkg-plist b/sysutils/apcupsd/pkg-plist index bd208a2c7445..f6cb0a0081e6 100644 --- a/sysutils/apcupsd/pkg-plist +++ b/sysutils/apcupsd/pkg-plist @@ -1,6 +1,7 @@ sbin/apcupsd sbin/apcaccess sbin/apcnisd +sbin/apctest %%POWERFL%%sbin/powerflute etc/apcupsd/apcupsd.conf.net-master.sample etc/apcupsd/apcupsd.conf.net-slave.sample |