pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Use correct relative path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49cf6cc8f001
branches:  trunk
changeset: 399898:49cf6cc8f001
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 07 19:40:41 2009 +0000

description:
Use correct relative path.

diffstat:

 security/libprelude/Makefile.common   |  6 +++---
 security/libpreludedb/Makefile.common |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 570ec348a510 -r 49cf6cc8f001 security/libprelude/Makefile.common
--- a/security/libprelude/Makefile.common       Wed Oct 07 19:39:42 2009 +0000
+++ b/security/libprelude/Makefile.common       Wed Oct 07 19:40:41 2009 +0000
@@ -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 @@
 
 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 -r 570ec348a510 -r 49cf6cc8f001 security/libpreludedb/Makefile.common
--- a/security/libpreludedb/Makefile.common     Wed Oct 07 19:39:42 2009 +0000
+++ b/security/libpreludedb/Makefile.common     Wed Oct 07 19:40:41 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index