aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-Animation
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-09-19 10:16:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-09-19 10:16:12 +0000
commit402fee30cb205feeb3cfb2474485c068651c0413 (patch)
tree65b0bf253ffb202d0f18dde5b34df77113bb0375 /devel/p5-Term-Animation
parent66dec9d620984c285a111721b51f876e3db132f2 (diff)
downloadports-402fee30cb205feeb3cfb2474485c068651c0413.tar.gz
ports-402fee30cb205feeb3cfb2474485c068651c0413.zip
- fix pkg-plist (add %D after @unexec rmdir...) [1]
- bump PORTREVISION - correctly capitalize IGNORE PR: 86320 Pointy hat to: fjoe
Notes
Notes: svn path=/head/; revision=143136
Diffstat (limited to 'devel/p5-Term-Animation')
-rw-r--r--devel/p5-Term-Animation/Makefile4
-rw-r--r--devel/p5-Term-Animation/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Term-Animation/Makefile b/devel/p5-Term-Animation/Makefile
index a23f55aba5dc..c5d8c2f0c827 100644
--- a/devel/p5-Term-Animation/Makefile
+++ b/devel/p5-Term-Animation/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Term-Animation
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
@@ -26,7 +26,7 @@ MAN3= Term::Animation.3 Term::Animation::Entity.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= Requires perl 5.6+, install lang/perl5.8 and try again
+IGNORE= requires perl 5.6+, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Term-Animation/pkg-plist b/devel/p5-Term-Animation/pkg-plist
index 77961f8bc4f0..8bcd443d824b 100644
--- a/devel/p5-Term-Animation/pkg-plist
+++ b/devel/p5-Term-Animation/pkg-plist
@@ -2,6 +2,6 @@
%%SITE_PERL%%/Term/Animation/Entity.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation
-@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
@dirrm %%SITE_PERL%%/Term/Animation
-@unexec rmdir %%SITE_PERL%%/Term 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true