diff options
author | agc <agc> | 2000-07-11 09:31:32 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-11 09:31:32 +0000 |
commit | a42851526b37603d8c8e2edb1ea4d1f310e47a4c (patch) | |
tree | c9fbacddd7bd87d9d754a9fdd648e80a35196cbd /editors/xvile/Makefile | |
parent | 939e120af31bb485a664185e7cc33a2d696bb815 (diff) | |
download | pkgsrc-a42851526b37603d8c8e2edb1ea4d1f310e47a4c.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/Makefile')
-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: |