Kill unwanted extension directories rather than "hiding" them.

This commit is contained in:
Akinori MUSHA 2001-02-19 15:51:37 +00:00
parent 3788793f58
commit f8df0902f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38485
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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}