From 1b0c8d610f13433a713d447b8781b70fd51158d3 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 11 Jul 2000 09:31:32 +0000 Subject: 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. --- editors/xvile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') 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: -- cgit v1.2.3