summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
committertron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
commit02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /x11/lesstif
parent753518d70fec3267b9cc844f5624786ddb7f19e0 (diff)
downloadpkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 14a6a4454d3..ba0c471131c 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 1999/02/20 22:48:47 hubertf Exp $
+# $NetBSD: Makefile,v 1.38 1999/05/20 20:09:52 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -17,8 +17,7 @@ USE_X11BASE= yes
# disable this for debugging
CONFIGURE_ARGS+=--enable-production
-CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- VarHaveMan2html=0
+CONFIGURE_ENV= CCFLAGS="-O -pipe" VarHaveMan2html=0
pre-fetch:
@if [ -d ${X11BASE}/include/Xm ]; then \