diff options
author | jlam <jlam> | 2006-03-16 23:33:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-16 23:33:35 +0000 |
commit | fc9d09add8a96be1420bc159161f97bd886ae8d9 (patch) | |
tree | 9ba7d9bcadc9625620320270f7bb8e1b0d726fd3 /net/xorp | |
parent | 4bcc94145771f9bfaa84310b3e19916afe25116d (diff) | |
download | pkgsrc-fc9d09add8a96be1420bc159161f97bd886ae8d9.tar.gz |
Don't use LOCALBASE to refer to the install directory.
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 6a0f0196f48..679f934a560 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q} # 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 |