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 | 9d82f5394f3b1cb8a5ec464cac617993a2f505ce (patch) | |
tree | 4bd3996dabed86c485b9fd6cb4c930c292655e3d /security/libpreludedb | |
parent | 2d71a52482e558e955e16971fb885c2963fbe585 (diff) | |
download | pkgsrc-9d82f5394f3b1cb8a5ec464cac617993a2f505ce.tar.gz |
Use correct relative path.
Diffstat (limited to 'security/libpreludedb')
-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 |