mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Kill unwanted extension directories rather than "hiding" them.
This commit is contained in:
parent
3788793f58
commit
f8df0902f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38485
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user