diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-24 16:45:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-24 16:45:41 +0000 |
commit | 57bde6e3f294098ce75e62d638bd0617af354d4d (patch) | |
tree | 198a3122f699e745c8b4630f2f61db056b1e13c7 /textproc | |
parent | 777ea8ea02b7877b6963449b858ce6817dc0570e (diff) | |
download | ports-57bde6e3f294098ce75e62d638bd0617af354d4d.tar.gz ports-57bde6e3f294098ce75e62d638bd0617af354d4d.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Ispell/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-plist | 2 |
3 files changed, 18 insertions, 12 deletions
diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index 3d3b6f7959b4..04752d2d652a 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -4,19 +4,25 @@ # # $FreeBSD$ -PORTNAME= Lingua-Ispell -PORTVERSION= 0.07 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-Ispell +PORTVERSION= 0.07 +PORTREVISION= 1 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A Perl module that encapsulates access to the Ispell program. +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= A Perl module that encapsulates access to the Ispell program -BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes +REINPLACE_ARGS= -i '' -MAN3= Lingua::Ispell.3 +MAN3= Lingua::Ispell.3 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Ispell/pkg-descr b/textproc/p5-Lingua-Ispell/pkg-descr index 5c637b60e123..48c057184cce 100644 --- a/textproc/p5-Lingua-Ispell/pkg-descr +++ b/textproc/p5-Lingua-Ispell/pkg-descr @@ -5,4 +5,4 @@ unable to verify, as well as its starting offset in the input line. No such information is returned for words which are deemed to be correctly spelled. -WWW: http://search.cpan.org/dist/Lingua-Ispell +WWW: http://search.cpan.org/dist/Lingua-Ispell/ diff --git a/textproc/p5-Lingua-Ispell/pkg-plist b/textproc/p5-Lingua-Ispell/pkg-plist index ae8f5a8946cc..add69b222771 100644 --- a/textproc/p5-Lingua-Ispell/pkg-plist +++ b/textproc/p5-Lingua-Ispell/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist %%SITE_PERL%%/Lingua/Ispell.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrm %%SITE_PERL%%/Lingua |