diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-30 15:41:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-30 15:41:51 +0000 |
commit | 708b347f14fb1b36cac8ac1d4b24cf5d942431b9 (patch) | |
tree | 6932001e26c0e8264109d36db13bc7d606dd56fa /net/iplog/patches | |
parent | 927eb739241de8d09b9e6948fd63c1cb70172cd0 (diff) | |
download | pkgsrc-708b347f14fb1b36cac8ac1d4b24cf5d942431b9.tar.gz |
Convert to use the bsd.pkg.install.mk framework:
- Install sample file in the examples directory.
- Honour PKG_SYSCONFDIR properly.
- Use RCD_SCRIPTS to handle the rc.d script.
As a result, bump PKGREVISION to 2.
Diffstat (limited to 'net/iplog/patches')
-rw-r--r-- | net/iplog/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iplog/patches/patch-aa b/net/iplog/patches/patch-aa index 181430c09ba..fa8b2d97c94 100644 --- a/net/iplog/patches/patch-aa +++ b/net/iplog/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/04/06 11:06:04 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2003/07/30 15:41:55 jmmv Exp $ --- src/iplog.h.orig Mon Jan 1 17:02:14 2001 +++ src/iplog.h @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/04/06 11:06:04 hubertf Exp $ */ -#define CONFFILE "/etc/iplog.conf" -+#define CONFFILE "%PREFIX%/etc/iplog.conf" ++#define CONFFILE "@PKG_SYSCONFDIR@/iplog.conf" /* ** Making these smaller will probably do bad things. |