diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | ac9cb019e001134dcd0b8c87252ac132b04938fd (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /x11/control-center | |
parent | 96a5c75c9ae0d944d15cdb87d15b32f11c36d448 (diff) | |
download | pkgsrc-ac9cb019e001134dcd0b8c87252ac132b04938fd.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'x11/control-center')
-rw-r--r-- | x11/control-center/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile index 6320806642b..b1d8087ec7b 100644 --- a/x11/control-center/Makefile +++ b/x11/control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/17 04:49:49 jlam Exp $ DISTNAME= control-center-1.4.0.4 PKGREVISION= 10 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -LOCALSTATEDIR= ${X11PREFIX}/var +LOCALSTATEDIR= ${PREFIX}/var GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} |