diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-07 19:40:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-07 19:40:41 +0000 |
commit | 8234eddd150e4b4e23aec06e8b96f4a810cb5eb6 (patch) | |
tree | 4bd3996dabed86c485b9fd6cb4c930c292655e3d /security | |
parent | af6529c4aeb06c87eaa0ccffce8aab7edf55d907 (diff) | |
download | pkgsrc-8234eddd150e4b4e23aec06e8b96f4a810cb5eb6.tar.gz |
Use correct relative path.
Diffstat (limited to 'security')
-rw-r--r-- | security/libprelude/Makefile.common | 6 | ||||
-rw-r--r-- | security/libpreludedb/Makefile.common | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libprelude/Makefile.common b/security/libprelude/Makefile.common index f1cd7e9509c..54e906d1c31 100644 --- a/security/libprelude/Makefile.common +++ b/security/libprelude/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2009/10/07 19:39:42 joerg Exp $ +# $NetBSD: Makefile.common,v 1.4 2009/10/07 19:40:41 joerg Exp $ # # used by security/libprelude/Makefile # used by security/libprelude-lua/Makefile @@ -16,8 +16,8 @@ HOMEPAGE= http://www.prelude-ids.org/download/releases/ PKG_DESTDIR_SUPPORT= user-destdir -PATCHDIR= ${.CURDIR}/../security/libprelude/patches -DISTINFO_FILE= ${.CURDIR}/../security/libprelude/distinfo +PATCHDIR= ${.CURDIR}/../../security/libprelude/patches +DISTINFO_FILE= ${.CURDIR}/../../security/libprelude/distinfo BUILD_DEFS+= VARBASE 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 |