diff options
author | grant <grant@pkgsrc.org> | 2003-04-20 09:58:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-20 09:58:37 +0000 |
commit | 298f148acec8d6d4f1f514b693147e5102293a03 (patch) | |
tree | c78acc69f0ea49fc8dee0709e602678d4daac469 /net | |
parent | a9fa8a5d3215f839fa822911bebf443b85aee07e (diff) | |
download | pkgsrc-298f148acec8d6d4f1f514b693147e5102293a03.tar.gz |
Pull up revision 1.3 (requested by salo in ticket #1258):
Bump PKGREVISION: honour PKG_SYSCONFDIR for real. (i thought i fixed this
before but apparently i did not :/)
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/patches/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/patches/patch-ad b/net/snort/patches/patch-ad index ec6abe3255f..bda1e1cd646 100644 --- a/net/snort/patches/patch-ad +++ b/net/snort/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1.2.1 2003/04/16 15:43:03 grant Exp $ +$NetBSD: patch-ad,v 1.1.2.2 2003/04/20 09:58:37 grant Exp $ --- src/Makefile.in.orig 2003-04-09 18:01:40.000000000 +0200 +++ src/Makefile.in 2003-04-16 08:07:17.000000000 +0200 @@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1.2.1 2003/04/16 15:43:03 grant Exp $ AMTAR = @AMTAR@ AWK = @AWK@ -CC = @CC@ -+CC = @CC@ -DPREFIX=\"@prefix@\" ++CC = @CC@ -DPKG_SYSCONFDIR=\"@sysconfdir@\" DEPDIR = @DEPDIR@ INCLUDES = @INCLUDES@ |