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 /net/iplog | |
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 'net/iplog')
-rw-r--r-- | net/iplog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index c4573452880..22feb8fb4fd 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/04/13 13:33:27 adam Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/28 02:47:46 reed Exp $ # DISTNAME= iplog-2.2.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} |