aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-26 15:19:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-26 15:19:29 +0000
commit5933bdb757ecf41e2f0fd212abb78e41b5bbc701 (patch)
tree944335aed576454e9fa14fd04d3c1c7a9f1edbe8 /lang/p5-Tcl
parent6be06238e96b7ee1e1d6f81acf58f6b809f80e71 (diff)
downloadports-5933bdb757ecf41e2f0fd212abb78e41b5bbc701.tar.gz
ports-5933bdb757ecf41e2f0fd212abb78e41b5bbc701.zip
Notes
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile
index dd40bc129119..6e0f8a3e16c8 100644
--- a/lang/p5-Tcl/Makefile
+++ b/lang/p5-Tcl/Makefile
@@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Tcl extension module for Perl5
-CONFIGURE_ARGS= --tclsh ${TCLSH}
+CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
PERL_CONFIGURE= yes
USE_TCL= 84+
MAN3= Tcl.3
post-extract:
- ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
- ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;
+ @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
+ @${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;
.include <bsd.port.mk>