diff options
author | erwin <erwin@FreeBSD.org> | 2005-10-11 12:54:19 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-10-11 12:54:19 +0000 |
commit | 81dca1c712a38401d8df17875152da9b82239659 (patch) | |
tree | 18ff55cd16a800c6383875aebd1afbfc7d8bdb9b /textproc/p5-IDNA-Punycode | |
parent | d86d267e761255de2cb58d719e07df544c445531 (diff) | |
download | FreeBSD-ports-81dca1c712a38401d8df17875152da9b82239659.zip FreeBSD-ports-81dca1c712a38401d8df17875152da9b82239659.tar.gz |
Fix plist
PR: 87251
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'textproc/p5-IDNA-Punycode')
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index d2f241f..5260031 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -18,8 +18,6 @@ COMMENT= Perl module to encode Unicode string in Punycode BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Incomplete pkg-plist - PERL_CONFIGURE= YES MAN3= IDNA::Punycode.3 diff --git a/textproc/p5-IDNA-Punycode/pkg-plist b/textproc/p5-IDNA-Punycode/pkg-plist index 1004283..f094715 100644 --- a/textproc/p5-IDNA-Punycode/pkg-plist +++ b/textproc/p5-IDNA-Punycode/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/mach/auto/IDNA/Punycode/.packlist %%SITE_PERL%%/IDNA/Punycode.pm +%%SITE_PERL%%/IDNA/.Punycode.pm.swp @dirrm %%SITE_PERL%%/mach/auto/IDNA/Punycode @unexec rmdir %D/%%SITE_PERL%%/mach/auto/IDNA 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/IDNA 2>/dev/null || true |