pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xorp Don't use LOCALBASE to refer to the install d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0924f15b18a
branches:  trunk
changeset: 509876:f0924f15b18a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 16 23:33:35 2006 +0000

description:
Don't use LOCALBASE to refer to the install directory.

diffstat:

 net/xorp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 37c7172f554f -r f0924f15b18a net/xorp/Makefile
--- a/net/xorp/Makefile Thu Mar 16 23:12:48 2006 +0000
+++ b/net/xorp/Makefile Thu Mar 16 23:33:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/11 21:01:59 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/16 23:33:35 jlam Exp $
 #
 
 DISTNAME=              xorp-1.2
@@ -15,7 +15,8 @@
 
 # The xorp people insist on their own PREFIX.
 # See http://www.xorp.org/bugzilla/show_bug.cgi?id=91
-GNU_CONFIGURE_PREFIX=  ${LOCALBASE}/xorp
+#
+GNU_CONFIGURE_PREFIX=  ${PREFIX}/xorp
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index