summaryrefslogtreecommitdiff
path: root/textproc/libxml
diff options
context:
space:
mode:
authortron <tron>1999-05-20 20:09:49 +0000
committertron <tron>1999-05-20 20:09:49 +0000
commite1698a612cb66d54a6dd358e5b5f1adbaa3799eb (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /textproc/libxml
parentd67f38247ac026d326fe2ddbe06d658f370f9f47 (diff)
downloadpkgsrc-e1698a612cb66d54a6dd358e5b5f1adbaa3799eb.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'textproc/libxml')
-rw-r--r--textproc/libxml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index fcc510cd5a5..2631cf00ce9 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/05/03 17:43:58 rh Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:52 tron Exp $
#
DISTNAME= libxml-1.0.0
@@ -10,6 +10,5 @@ HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"