diff options
author | Lars Thegler <lth@FreeBSD.org> | 2011-08-21 09:50:42 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2011-08-21 09:50:42 +0000 |
commit | dcb57441422bec66fcbd5172c4e26ced6646dadf (patch) | |
tree | 181a8e355849137f77c89bef24b62edcdd0e285c /textproc/p5-Text-ParseWords | |
parent | 16e23b379fed225613b5d65a96c209f6a60d1b39 (diff) | |
download | ports-dcb57441422bec66fcbd5172c4e26ced6646dadf.tar.gz ports-dcb57441422bec66fcbd5172c4e26ced6646dadf.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-ParseWords')
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index ce43112f1ab1..6159c1812df4 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= parse text into an array of tokens or array of arrays +COMMENT= Parse text into an array of tokens or array of arrays -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_ZIP= yes PERL_CONFIGURE= yes @@ -22,10 +22,10 @@ PERL_CONFIGURE= yes MAN3= Text::ParseWords.3 PLIST_FILES= %%SITE_PERL%%/Text/ParseWords.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist -PLIST_DIRS= %%SITE_PERL%%/Text \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords +PLIST_DIRSTRY= %%SITE_PERL%%/Text \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text .include <bsd.port.mk> |