1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Add IS_INTERACTIVE.

- Correct an English comment.

PR:		ports/101220
Submitted by:	maintainer (TAOKA Fumiyoshi)
This commit is contained in:
Cheng-Lung Sung 2006-08-02 00:06:35 +00:00
parent c8b7e43bf7
commit 12605f48f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169412

View File

@ -20,9 +20,10 @@ MAN3= Text::MeCab.3 \
Text::MeCab::Node.3
PERL_CONFIGURE= yes
IS_INTERACTIVE= yes
post-patch:
# To prevent from overwriting CCFLAGS value by FreeBSD Ports system
# To prevent CCFLAGS value from being overwritten by the ports system
@${REINPLACE_CMD} -e 's|CCFLAGS|DEFINE|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>