diff options
author | erwin <erwin@FreeBSD.org> | 2005-10-11 20:54:19 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-10-11 20:54:19 +0800 |
commit | 81dca1c712a38401d8df17875152da9b82239659 (patch) | |
tree | 18ff55cd16a800c6383875aebd1afbfc7d8bdb9b /textproc | |
parent | d86d267e761255de2cb58d719e07df544c445531 (diff) | |
download | freebsd-ports-gnome-81dca1c712a38401d8df17875152da9b82239659.tar.gz freebsd-ports-gnome-81dca1c712a38401d8df17875152da9b82239659.tar.zst freebsd-ports-gnome-81dca1c712a38401d8df17875152da9b82239659.zip |
Fix plist
PR: 87251
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'textproc')
-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 d2f241fc7ea7..52600311a153 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 1004283e6a03..f094715883ce 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 |