aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-Lint/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-09 16:14:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-09 16:14:50 +0000
commit404eef98c920604bf695d2e8b3b4f447ab1e06ca (patch)
tree329bc9d7353aff6ee32bae29c9e9f6149142ff3e /textproc/p5-Perl-Lint/Makefile
parentef2ff73de3cee8925c992618c279b6feb9730fe0 (diff)
downloadports-404eef98c920604bf695d2e8b3b4f447ab1e06ca.tar.gz
ports-404eef98c920604bf695d2e8b3b4f447ab1e06ca.zip
Update to 0.25, and silence mkdir.
Notes
Notes: svn path=/head/; revision=423615
Diffstat (limited to 'textproc/p5-Perl-Lint/Makefile')
-rw-r--r--textproc/p5-Perl-Lint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Perl-Lint/Makefile b/textproc/p5-Perl-Lint/Makefile
index 55df8158f228..81b246dfa4d0 100644
--- a/textproc/p5-Perl-Lint/Makefile
+++ b/textproc/p5-Perl-Lint/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= Perl-Lint
-PORTVERSION= 0.24
+PORTVERSION= 0.25
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:MOZNION
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -35,7 +34,7 @@ OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= lint.pl lint_string.pl
post-install-EXAMPLES-on:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/eg/|} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.pre.mk>