1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Clean up.

This commit is contained in:
Akinori MUSHA 2001-06-11 03:14:03 +00:00
parent 2a313658bc
commit b90a5e9d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43792
2 changed files with 2 additions and 10 deletions

View File

@ -23,11 +23,7 @@ USE_RUBY= yes
USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
post-patch:
${RUBY} -i -ne '/\btmail\b/ and print' \
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
for d in cparse cscan; do ${RM} -rf ${WRKSRC}/ext/$$d; done
for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done
CONFIGURE_ARGS= --with=ext/mails,lib/tmail
do-install:
.if !defined(NOPORTDOCS)

View File

@ -23,11 +23,7 @@ USE_RUBY= yes
USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
post-patch:
${RUBY} -i -ne '/\btmail\b/ and print' \
${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
for d in cparse cscan; do ${RM} -rf ${WRKSRC}/ext/$$d; done
for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done
CONFIGURE_ARGS= --with=ext/mails,lib/tmail
do-install:
.if !defined(NOPORTDOCS)