diff options
author | tobez <tobez@FreeBSD.org> | 2010-02-03 18:50:26 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-02-03 18:50:26 +0800 |
commit | 4bb573bd5d435784b8ecbaeae4a3abef2c782778 (patch) | |
tree | ce71eeef49a74a32d77f27d6cc11f3f82bbcb284 | |
parent | 466c495539f2b37757bb2b3490120ff6ade0b4e4 (diff) | |
download | freebsd-ports-gnome-4bb573bd5d435784b8ecbaeae4a3abef2c782778.tar.gz freebsd-ports-gnome-4bb573bd5d435784b8ecbaeae4a3abef2c782778.tar.zst freebsd-ports-gnome-4bb573bd5d435784b8ecbaeae4a3abef2c782778.zip |
Remove vim workfiles from the distribution, make plist
correct across different perls.
Reported by: pav/pointyhat
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index d1b58f6f7de7..4ebd55875759 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -7,7 +7,7 @@ PORTNAME= IDNA-Punycode PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBURBAN/ @@ -20,4 +20,7 @@ PERL_CONFIGURE= YES MAN3= IDNA::Punycode.3 +post-patch: + @${RM} -f ${WRKSRC}/lib/IDNA/.Punycode.pm.swp + .include <bsd.port.mk> diff --git a/textproc/p5-IDNA-Punycode/pkg-plist b/textproc/p5-IDNA-Punycode/pkg-plist index 410fb46c8877..9ad665691336 100644 --- a/textproc/p5-IDNA-Punycode/pkg-plist +++ b/textproc/p5-IDNA-Punycode/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IDNA/Punycode/.packlist %%SITE_PERL%%/IDNA/Punycode.pm -%%SITE_PERL%%/IDNA/.Punycode.pm.swp @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IDNA/Punycode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IDNA @dirrmtry %%SITE_PERL%%/IDNA |