diff options
author | tron <tron> | 1999-08-27 07:20:29 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-27 07:20:29 +0000 |
commit | 5b40b1060b1d271741a2beca5c3bf4e18e0b6b0d (patch) | |
tree | 691276140143a5bcc041c00b23e3efe8ba5ebd3b /x11 | |
parent | 813dc7be3bc31870bb91a3024b3435e3cdd02a9a (diff) | |
download | pkgsrc-5b40b1060b1d271741a2beca5c3bf4e18e0b6b0d.tar.gz |
"INSTALL_*" is passed to "configure" automatically, no need to do it
manually.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 03bc27dc24b..44e976560fa 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/06/23 17:29:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.27 1999/08/27 07:20:29 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -17,8 +17,5 @@ USE_X11BASE= yes CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ --without-nas --without-gtk -CONFIGURE_ENV+= INSTALL='${INSTALL}' \ - INSTALL_PROGRAM='${INSTALL_PROGRAM}' \ - INSTALL_DATA='${INSTALL_DATA}' .include "../../mk/bsd.pkg.mk" |