diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /japanese/p5-Text-ChaSen | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'japanese/p5-Text-ChaSen')
-rw-r--r-- | japanese/p5-Text-ChaSen/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/pkg-plist | 16 |
2 files changed, 8 insertions, 9 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index 23eb97a5d640..e02b444db1e5 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -24,7 +24,6 @@ CHASEN_VERSION= 2.3.0 WRKSRC= ${WRKDIR}/chasen-${CHASEN_VERSION}/perl PERL_CONFIGURE= yes CONFIGURE_ENV= PREFIX="${PREFIX}" -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Text::ChaSen.3 .include <bsd.port.pre.mk> diff --git a/japanese/p5-Text-ChaSen/pkg-plist b/japanese/p5-Text-ChaSen/pkg-plist index 4fbb0ee9a1c5..d5fe30580ec6 100644 --- a/japanese/p5-Text-ChaSen/pkg-plist +++ b/japanese/p5-Text-ChaSen/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/ChaSen.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/ChaSen/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/ChaSen -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/ChaSen 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Text/ChaSen.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen/ChaSen.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ChaSen 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true %%PORTDOCS%%share/chasen/doc/README.perl |