summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>1999-05-20 20:09:49 +0000
committertron <tron>1999-05-20 20:09:49 +0000
commitf0218d7f18fcf1b814d581226920d4db8ec91d2c (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /print
parent86f008bf13baa153ed95972f29ee1e53b54eefc0 (diff)
downloadpkgsrc-f0218d7f18fcf1b814d581226920d4db8ec91d2c.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'print')
-rw-r--r--print/enscript/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index 0c0fa6d10b6..6d2950b0792 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/04/14 21:39:04 tron Exp $
+# $NetBSD: Makefile,v 1.14 1999/05/20 20:09:51 tron Exp $
# FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp
#
@@ -12,6 +12,5 @@ HOMEPAGE= http://www.ngs.fi/mtr/genscript/
DEPENDS+= papersize-1.0:../../print/papersize
GNU_CONFIGURE= yes
-CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"