diff options
author | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
commit | 1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /x11/control-center | |
parent | 1222a7415d276a6e4a3091593789c28357f21d54 (diff) | |
download | pkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.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} |