aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-03-28 02:26:10 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-03-28 02:26:10 +0000
commit43c3e4afaefa6b93a7c938e8f0695b6f8474fd6f (patch)
treea35e2641bf803ebc9552cfe4268b78b99e931f8b /textproc/p5-WordNet-QueryData
parent548652ac6b7848b661e013591ff20d705a8af80e (diff)
downloadports-43c3e4afaefa6b93a7c938e8f0695b6f8474fd6f.tar.gz
ports-43c3e4afaefa6b93a7c938e8f0695b6f8474fd6f.zip
- fix post-patch sec.
- bump PORTREVISION Changes:
Notes
Notes: svn path=/head/; revision=209993
Diffstat (limited to 'textproc/p5-WordNet-QueryData')
-rw-r--r--textproc/p5-WordNet-QueryData/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile
index 79e98e830c9b..9d745d58570c 100644
--- a/textproc/p5-WordNet-QueryData/Makefile
+++ b/textproc/p5-WordNet-QueryData/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WordNet-QueryData
PORTVERSION= 1.47
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -25,7 +26,7 @@ MAN3= WordNet::QueryData.3
post-patch:
@${REINPLACE_CMD} -e \
- '/wnHomeUnix/s|/usr/local/WordNet-2.1|${WNHOME}|; \
+ '/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
.include <bsd.port.mk>