diff options
author | salo <salo@pkgsrc.org> | 2003-04-16 15:51:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-16 15:51:22 +0000 |
commit | f926ba83a1db67fd73cf66cdef6b5a3388e900ed (patch) | |
tree | b5dc8b36509915770f8c6e62c3ccd0e1ebe55926 /net/snort-pgsql/Makefile | |
parent | 1bff01e407b750e5364e36c248f04f79b3036d63 (diff) | |
download | pkgsrc-f926ba83a1db67fd73cf66cdef6b5a3388e900ed.tar.gz |
Bump PKGREVISION: honour PKG_SYSCONFDIR for real. (i thought i fixed this
before but apparently i did not :/)
Diffstat (limited to 'net/snort-pgsql/Makefile')
-rw-r--r-- | net/snort-pgsql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 3243c1c1921..2c9ec2ec604 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2003/03/30 23:22:21 jmc Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/16 15:51:24 salo Exp $ # .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} +PKGREVISION= 1 COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database |