diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-09-19 18:16:12 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-09-19 18:16:12 +0800 |
commit | 3253572ae7d23521113d09c27cbb299476bf389a (patch) | |
tree | 999aea63d1cb0a49f5f3a82361d731a2b9b57dcf /devel | |
parent | afb92e3de254dc4980b4a217bcec4501ef3471a0 (diff) | |
download | freebsd-ports-gnome-3253572ae7d23521113d09c27cbb299476bf389a.tar.gz freebsd-ports-gnome-3253572ae7d23521113d09c27cbb299476bf389a.tar.zst freebsd-ports-gnome-3253572ae7d23521113d09c27cbb299476bf389a.zip |
- fix pkg-plist (add %D after @unexec rmdir...) [1]
- bump PORTREVISION
- correctly capitalize IGNORE
PR: 86320
Pointy hat to: fjoe
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Term-Animation/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Term-Animation/pkg-plist | 4 |
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 |