diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-14 13:17:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-14 13:17:03 +0000 |
commit | 6868295341947fd1cf361a82deedcf3065eb5993 (patch) | |
tree | 1c18d52d5cba85a8c9c1ce04072650cefded37e8 /textproc/p5-WordNet-QueryData/Makefile | |
parent | 3ffe75772b766249c33ea33ec837be9efdd63b41 (diff) |
Notes
Diffstat (limited to 'textproc/p5-WordNet-QueryData/Makefile')
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index 2968f5cc391e..ed6227303339 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -6,14 +6,13 @@ # PORTNAME= WordNet-QueryData -PORTVERSION= 1.28 -PORTREVISION= 2 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WordNet PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@dragon2.net COMMENT= Perl interface to the WordNet database files LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet @@ -28,7 +27,7 @@ MAN3= WordNet::QueryData.3 post-patch: @${REINPLACE_CMD} -e \ - '/wnHomeUnix/s|/usr/local/WordNet-1.7.1|${WNHOME}|; \ + '/wnHomeUnix/s|/usr/local/WordNet-2.0|${WNHOME}|; \ /wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm .include <bsd.port.mk> |