Add FILESDIR definition so the rc.d script can be installed
This commit is contained in:
parent
66e1b3bb7d
commit
fbc4cf27ed
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue