1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix plist

PR:		87251
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
This commit is contained in:
Erwin Lansing 2005-10-11 12:54:19 +00:00
parent e153524dcb
commit 20a8433d67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144934
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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