diff options
author | reed <reed> | 2004-12-28 02:47:40 +0000 |
---|---|---|
committer | reed <reed> | 2004-12-28 02:47:40 +0000 |
commit | 95d9ea7ca0e84db750ca5ac92bf4ff8576335cc1 (patch) | |
tree | 8823f72baedbd3b5995504940cccdd29b3f0c027 /sysutils/apcupsd | |
parent | f63ad83359eedc654a5fdd02a3a9cb8fcf6bb7be (diff) | |
download | pkgsrc-95d9ea7ca0e84db750ca5ac92bf4ff8576335cc1.tar.gz |
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 0f3d9c0c16c..8cdf509f64f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2004/12/05 17:26:47 bouyer Exp $ +# $NetBSD: Makefile,v 1.32 2004/12/28 02:47:50 reed Exp $ DISTNAME= apcupsd-3.8.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=apcupsd/} |