summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortv <tv>1998-07-19 21:21:20 +0000
committertv <tv>1998-07-19 21:21:20 +0000
commit11e5b1de423b42b0551d50ac65fe7813c669c549 (patch)
treebf04d6975e8e27650ff65894bace6365c1dadb21 /x11
parent7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878 (diff)
downloadpkgsrc-11e5b1de423b42b0551d50ac65fe7813c669c549.tar.gz
PR 5799: ${PREFIX} -> ${LOCALBASE}, "part 2"
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 6f9ccf9014d..0933f8f672a 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/07/19 20:57:47 tv Exp $
+# $NetBSD: Makefile,v 1.14 1998/07/19 21:21:20 tv Exp $
DISTNAME= gtk+-1.0.4
CATEGORIES= x11
@@ -15,7 +15,7 @@ CONFLICTS= gtk+-1.0.0
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \
+CONFIGURE_ENV= LIBTOOL=${LOCALBASE}/bin/libtool \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"