summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
commit48781afdbbd269b8ceaed59acae75d853875a642 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /net/samba
parent7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff)
downloadpkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 605c1fdcf7e..3a96931ad01 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2005/04/15 11:45:16 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2005/05/22 05:35:33 jlam Exp $
DISTNAME= samba-3.0.10
PKGREVISION= 2
@@ -22,7 +22,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${DISTNAME}/source
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= PERL="${PERL5}"
.include "../../mk/bsd.prefs.mk"