summaryrefslogtreecommitdiff
path: root/security/libpreludedb
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-10-07 19:40:41 +0000
committerjoerg <joerg@pkgsrc.org>2009-10-07 19:40:41 +0000
commit9d82f5394f3b1cb8a5ec464cac617993a2f505ce (patch)
tree4bd3996dabed86c485b9fd6cb4c930c292655e3d /security/libpreludedb
parent2d71a52482e558e955e16971fb885c2963fbe585 (diff)
downloadpkgsrc-9d82f5394f3b1cb8a5ec464cac617993a2f505ce.tar.gz
Use correct relative path.
Diffstat (limited to 'security/libpreludedb')
-rw-r--r--security/libpreludedb/Makefile.common6
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