From 2a9bb5fdc2bc6410c8e176047aa79bc15ce634ea Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 19 Feb 2001 15:51:37 +0000 Subject: Kill unwanted extension directories rather than "hiding" them. --- lang/ruby16/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/ruby16') diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index be0c63a92423..179680a4a980 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} -- cgit