mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
MAINTAINER= jus@security.za.net
|
MAINTAINER= jus@security.za.net
|
||||||
COMMENT= Perl5 module to easily removes files and directories
|
COMMENT= Perl5 module to easily removes files and directories
|
||||||
|
|
||||||
PERL_CONFIGURE= YES
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
MAN3= File::Remove.3
|
MAN3= File::Remove.3
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
%%SITE_PERL%%/File/Remove.pm
|
%%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%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue