aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-Similarity/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-13 08:23:28 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-13 08:23:28 +0000
commit890e57972a0dc81e59117ab8c775874d36df79ae (patch)
tree7ddb0837d10326a1fc516dc6ebf30c769de7db9c /textproc/p5-WordNet-Similarity/Makefile
parent6e5a3127780b44dcf6c6196355d8c623fd90a951 (diff)
Notes
Diffstat (limited to 'textproc/p5-WordNet-Similarity/Makefile')
-rw-r--r--textproc/p5-WordNet-Similarity/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile
index 38782f556e15..f7d3190a7c1d 100644
--- a/textproc/p5-WordNet-Similarity/Makefile
+++ b/textproc/p5-WordNet-Similarity/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WordNet-Similarity
-PORTVERSION= 0.09
+PORTVERSION= 0.11
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -50,10 +50,9 @@ post-patch:
@${REINPLACE_CMD} -e \
'/wnUnixPath/s|/usr/local/WordNet-2.0|${WNHOME}|; \
/wnUnixPath/s|."/dict"||' ${WRKSRC}/Makefile.PL
- @${REINPLACE_CMD} -e \
- "s|'dict|'|" ${WRKSRC}/utils/wnDepths.pl
@${FIND} ${WRKSRC}/utils -type f| ${XARGS} ${REINPLACE_CMD} -e \
- 's|/usr/local/bin/perl|${PERL}|'
+ 's|/usr/local/bin/perl|${PERL}|; \
+ /wnUnixPath/s|/dict||'
.include <bsd.port.pre.mk>