summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-08-27 07:20:29 +0000
committertron <tron>1999-08-27 07:20:29 +0000
commitb3fdf613d7eb7508811c9107003d7281af5baf65 (patch)
tree691276140143a5bcc041c00b23e3efe8ba5ebd3b /x11/xlockmore/Makefile
parentc26bf4f367cc6f193d84de0a27eff10e7ca2e302 (diff)
downloadpkgsrc-b3fdf613d7eb7508811c9107003d7281af5baf65.tar.gz
"INSTALL_*" is passed to "configure" automatically, no need to do it
manually.
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r--x11/xlockmore/Makefile5
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"