diff options
author | tv <tv@pkgsrc.org> | 1998-07-19 21:21:20 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-19 21:21:20 +0000 |
commit | c1f3bd4d4792eff2e1f3be1128c9868be00fe53a (patch) | |
tree | bf04d6975e8e27650ff65894bace6365c1dadb21 /x11 | |
parent | 294f87bc272a26f842fc97c88d7455fb178965c4 (diff) | |
download | pkgsrc-c1f3bd4d4792eff2e1f3be1128c9868be00fe53a.tar.gz |
PR 5799: ${PREFIX} -> ${LOCALBASE}, "part 2"
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 4 |
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}" |