diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-16 23:33:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-16 23:33:35 +0000 |
commit | 8dd69b3db6c1856658ecc0626f26e3dbedd47a34 (patch) | |
tree | 9ba7d9bcadc9625620320270f7bb8e1b0d726fd3 /net/xorp | |
parent | 906af92c665c34d09dce2c21e9bb89ab620c71b0 (diff) | |
download | pkgsrc-8dd69b3db6c1856658ecc0626f26e3dbedd47a34.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 |