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/whoson/Makefile | |
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/whoson/Makefile')
-rw-r--r-- | net/whoson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/whoson/Makefile b/net/whoson/Makefile index 0f70f7536bd..3f940d7656e 100644 --- a/net/whoson/Makefile +++ b/net/whoson/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 16:51:54 abs Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/28 02:47:48 reed Exp $ # DISTNAME= whoson-2.03 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whoson/} |