diff options
author | agc <agc@pkgsrc.org> | 2002-07-17 13:06:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-17 13:06:04 +0000 |
commit | a94f67ce57c7713de99ac06e5a5785605d71a4c6 (patch) | |
tree | ab9130057766582f0093bcdd2bf6c8c643234d3e /net | |
parent | e3d63a0de9cab1fd3b1e9da1cdd824fb18221a37 (diff) | |
download | pkgsrc-a94f67ce57c7713de99ac06e5a5785605d71a4c6.tar.gz |
Specify the PKGDIR properly, and use it where appropriate.
Add a missing CONFLICT on the new snort-mysql package.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort-pgsql/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 09a43b8bbc3..cfd640b0829 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2002/07/15 14:41:51 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/17 13:06:04 agc Exp $ # -.include "../snort/Makefile.common" +.include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database CONFLICTS+= snort-[0-9]* +CONFLICTS+= snort-mysql-[0-9]* CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_DIR} -PATCHDIR= ${.CURDIR}/../snort/patches -DISTINFO_FILE= ${.CURDIR}/../snort/distinfo +PKGDIR= ${.CURDIR}/../../net/snort +PATCHDIR= ${PKGDIR}/patches +DISTINFO_FILE= ${PKGDIR}/distinfo .include "../../databases/postgresql-lib/buildlink.mk" .include "../../net/libpcap/buildlink.mk" |