summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjmc <jmc>2003-03-30 23:15:45 +0000
committerjmc <jmc>2003-03-30 23:15:45 +0000
commita8af482d79b48d61b52da872d60570c23f4bbf03 (patch)
treef9868cf8c086a601725dd4053080025f11bbf78f /net
parentee87b251e7ef39a365d5530d8927f20fef79333d (diff)
downloadpkgsrc-a8af482d79b48d61b52da872d60570c23f4bbf03.tar.gz
Add FILESDIR definition so the rc.d script can be installed
Diffstat (limited to 'net')
-rw-r--r--net/snort-mysql/Makefile3
-rw-r--r--net/snort-pgsql/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile
index bee85ebd7a8..7e8fce52a33 100644
--- a/net/snort-mysql/Makefile
+++ b/net/snort-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/03/14 19:37:54 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/30 23:15:45 jmc Exp $
#
.include "../../net/snort/Makefile.common"
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+=--with-mysql=${BUILDLINK_PREFIX.mysql-client}
USE_BUILDLINK2= YES
PKGDIR= ${.CURDIR}/../../net/snort
+FILESDIR= ${PKGDIR}/files
PATCHDIR= ${PKGDIR}/patches
DISTINFO_FILE= ${PKGDIR}/distinfo
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile
index f53dc2d03f6..3243c1c1921 100644
--- a/net/snort-pgsql/Makefile
+++ b/net/snort-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/03/04 01:02:26 salo Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/30 23:22:21 jmc Exp $
#
.include "../../net/snort/Makefile.common"
@@ -15,6 +15,7 @@ CONFLICTS+= snort-mysql-[0-9]*
CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_PREFIX.postgresql-lib}
PKGDIR= ${.CURDIR}/../../net/snort
+FILESDIR= ${PKGDIR}/files
PATCHDIR= ${PKGDIR}/patches
DISTINFO_FILE= ${PKGDIR}/distinfo