diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 13:36:07 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 13:36:07 +0000 |
commit | 4569b0e0a5ab7073d58fa0d20a922d87c8ecc7f1 (patch) | |
tree | c8aefe503bc8bd86b516f2ed2f769641895c7b4b /sysutils | |
parent | New port of KLH10 PDP-10 mainframe emulator. (diff) |
o Add some missiong documentation files, lost during the updates before
o PR: ports/47059
Originator: David A Bestor <1nd3n14l@indenial.com>
Notes
Notes:
svn path=/head/; revision=73487
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 6 | ||||
-rw-r--r-- | sysutils/apcupsd/pkg-plist | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 5d46a29545fd..cec746cdfcc0 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.apcupsd.com/pub/apcupsd/stable/tar/ @@ -40,7 +40,7 @@ PLIST_SUB+= POWERFL="@comment " MAN8= "apcupsd.8" -PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apcupsd-styles.css \ +PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \ apcupsd.apf apcupsd.book apcupsd.gif apcupsd.html batteries.html \ bugs.html cables.html cgiprogs.html charging.gif \ config-examples.html configure.html data.html eprom.html \ @@ -49,6 +49,7 @@ PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apcupsd-styles.css \ multiUPS.html multimon.gif new_features_3_7_0.html \ new_features_3_8_0.html new_features_3_8_1.html \ new_features_3_8_2.html new_features_3_8_3.html \ + new_features_3_8_4.html new_features_3_8_5.html \ oldversions.html onbatt.gif online.gif security.html \ shutdown.html status.gif status.html stopping.html testing.html \ thanks.gif thanks.html troubles.html upgrading_to_3_7_0.html \ @@ -56,7 +57,6 @@ PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apcupsd-styles.css \ wininstall3.gif wininstall4.gif wininstall5.gif wininstall6.gif \ wininstall7.gif - post-install: ${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP_SCRIPT} \ ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT} diff --git a/sysutils/apcupsd/pkg-plist b/sysutils/apcupsd/pkg-plist index 74d607b9edd9..ee0bf37edc14 100644 --- a/sysutils/apcupsd/pkg-plist +++ b/sysutils/apcupsd/pkg-plist @@ -25,6 +25,7 @@ share/locale/it/LC_MESSAGES/apcupsd.mo %%PORTDOCS%%share/doc/apcupsd/apcupsd.pdf %%PORTDOCS%%share/doc/apcupsd/apcaccess.html %%PORTDOCS%%share/doc/apcupsd/apcnisd.html +%%PORTDOCS%%share/doc/apcupsd/apctest.html %%PORTDOCS%%share/doc/apcupsd/apcupsd-styles.css %%PORTDOCS%%share/doc/apcupsd/apcupsd.apf %%PORTDOCS%%share/doc/apcupsd/apcupsd.book @@ -55,6 +56,8 @@ share/locale/it/LC_MESSAGES/apcupsd.mo %%PORTDOCS%%share/doc/apcupsd/new_features_3_8_1.html %%PORTDOCS%%share/doc/apcupsd/new_features_3_8_2.html %%PORTDOCS%%share/doc/apcupsd/new_features_3_8_3.html +%%PORTDOCS%%share/doc/apcupsd/new_features_3_8_4.html +%%PORTDOCS%%share/doc/apcupsd/new_features_3_8_5.html %%PORTDOCS%%share/doc/apcupsd/oldversions.html %%PORTDOCS%%share/doc/apcupsd/onbatt.gif %%PORTDOCS%%share/doc/apcupsd/online.gif |