summaryrefslogtreecommitdiff
path: root/audio/esound
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 /audio/esound
parent86f008bf13baa153ed95972f29ee1e53b54eefc0 (diff)
downloadpkgsrc-f0218d7f18fcf1b814d581226920d4db8ec91d2c.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 9dfe30bf67c..df47e5e8854 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/03/22 22:43:41 agc Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/20 20:09:49 tron Exp $
DISTNAME= esound-0.2.8
CATEGORIES= audio
@@ -14,6 +14,5 @@ DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../mk/bsd.pkg.mk"