mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- replace space with tab and make it portlint clean.
- add missing entries in pkg-plist. PR: ports/70681 Submitted by: Yen-Ming Lee Approved by: maintainer
This commit is contained in:
parent
4770a76d34
commit
6d3acfd5ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117635
@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
MAINTAINER= jus@security.za.net
|
||||
COMMENT= Perl5 module to easily removes files and directories
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= File::Remove.3
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
%%SITE_PERL%%/File/Remove.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Remove/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Remove
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user