summaryrefslogtreecommitdiffstats
path: root/lang/ruby16
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-02-19 15:51:37 +0000
committerknu <knu@FreeBSD.org>2001-02-19 15:51:37 +0000
commit2a9bb5fdc2bc6410c8e176047aa79bc15ce634ea (patch)
tree9b57007a39b68dda36701b9895caa6297450d4fa /lang/ruby16
parentfb7389ab13f1b23d8ee14d59982a0d82d0b3c517 (diff)
downloadFreeBSD-ports-2a9bb5fdc2bc6410c8e176047aa79bc15ce634ea.zip
FreeBSD-ports-2a9bb5fdc2bc6410c8e176047aa79bc15ce634ea.tar.gz
Kill unwanted extension directories rather than "hiding" them.
Diffstat (limited to 'lang/ruby16')
-rw-r--r--lang/ruby16/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index be0c63a..179680a 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -47,9 +47,9 @@ CONFIGURE_ARGS+= --enable-ipv6
post-patch:
find ${WRKSRC} -name '*.orig' -delete
- ${RM} -f ${WRKSRC}/ext/gdbm/MANIFEST
- ${RM} -f ${WRKSRC}/ext/tcltklib/MANIFEST
- ${RM} -f ${WRKSRC}/ext/tk/MANIFEST
+.for d in Win32API gdbm tcltklib tk
+ ${RM} -rf ${WRKSRC}/ext/${d}
+.endfor
post-install:
strip ${RUBY}
OpenPOWER on IntegriCloud