diff options
author | agc <agc@pkgsrc.org> | 2000-07-11 09:31:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-11 09:31:32 +0000 |
commit | 1b0c8d610f13433a713d447b8781b70fd51158d3 (patch) | |
tree | c9fbacddd7bd87d9d754a9fdd648e80a35196cbd /editors/xvile | |
parent | 5ee37a44d25efcca9a70607abd9cb5a3082b22e6 (diff) | |
download | pkgsrc-1b0c8d610f13433a713d447b8781b70fd51158d3.tar.gz |
Make these packages work better with xpkgwedge by using X11PREFIX in
preference to X11BASE, and by finding out where the xpm package is
installed by using pkg_info(1), not hardcoding a best guess.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 117d3a789ef..759820390ae 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/02/05 18:32:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2000/07/11 09:31:32 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_PERL5= yes USE_XAW= yes MAKEFILE= makefile -CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11BASE}/libexec +CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11PREFIX}/libexec INSTALL_TARGET= install install-perl post-install: |