aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2011-08-21 17:50:42 +0800
committerlth <lth@FreeBSD.org>2011-08-21 17:50:42 +0800
commitd3080f1b0812e88d18f4fd632a65adc50f576d95 (patch)
tree90f98f80b88a062705fa0d8b7d9d8ce3938d3d89 /textproc
parent614fc0a9521642ed664d2098a0519fcf2a0a88be (diff)
downloadfreebsd-ports-gnome-d3080f1b0812e88d18f4fd632a65adc50f576d95.tar.gz
freebsd-ports-gnome-d3080f1b0812e88d18f4fd632a65adc50f576d95.tar.zst
freebsd-ports-gnome-d3080f1b0812e88d18f4fd632a65adc50f576d95.zip
- tweak PLIST_DIRS to quiet deinstall
- fix space/tab and COMMENT case to quiet portlint
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-ParseWords/Makefile12
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>