diff options
Diffstat (limited to 'textproc/p5-WordNet-QueryData')
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-WordNet-QueryData/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index d5e8686a9f81..c103321e4416 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the WordNet database files -LIB_DEPENDS= WN.2:${PORTSDIR}/textproc/wordnet +LIB_DEPENDS= libWN.so:${PORTSDIR}/textproc/wordnet WNHOME?= ${LOCALBASE}/share/WordNet @@ -18,9 +18,6 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= WNHOME=${WNHOME} -MAN3= WordNet::QueryData.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \ diff --git a/textproc/p5-WordNet-QueryData/pkg-plist b/textproc/p5-WordNet-QueryData/pkg-plist index 27c4840289f2..d079087f65b9 100644 --- a/textproc/p5-WordNet-QueryData/pkg-plist +++ b/textproc/p5-WordNet-QueryData/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/WordNet::QueryData.3.gz %%SITE_PERL%%/WordNet/QueryData.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData/.packlist -@dirrmtry %%SITE_PERL%%/WordNet @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet/QueryData @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordNet +@dirrmtry %%SITE_PERL%%/WordNet |