diff options
Diffstat (limited to 'security/libpreludedb/Makefile.common')
-rw-r--r-- | security/libpreludedb/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libpreludedb/Makefile.common b/security/libpreludedb/Makefile.common index e8f1c12475d..84c07a31e10 100644 --- a/security/libpreludedb/Makefile.common +++ b/security/libpreludedb/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2009/10/07 19:39:43 joerg Exp $ +# $NetBSD: Makefile.common,v 1.3 2009/10/07 19:40:41 joerg Exp $ # # used by security/libpreludedb/Makefile # used by security/libpreludedb-mysql/Makefile @@ -16,8 +16,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.prelude-ids.org/download/releases/ COMMENT= Provides an interface to the database used to store IDMEF alerts -PATCHDIR= ${.CURDIR}/../security/libpreludedb/patches -DISTINFO_FILE= ${.CURDIR}/../security/libpreludedb/distinfo +PATCHDIR= ${.CURDIR}/../../security/libpreludedb/patches +DISTINFO_FILE= ${.CURDIR}/../../security/libpreludedb/distinfo USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |