forked from ports/contrib
p5-lwp: remove junk file .packlist
This commit is contained in:
parent
4d512930b2
commit
049cc9373c
@ -74,7 +74,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/WWW/RobotRules/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/LWP/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/LWP/.packlist
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/lwpcook.pod
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/lwptut.pod
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -14,6 +14,7 @@ build() {
|
||||
yes | perl Makefile.PL -n
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG -name "perllocal.pod" -exec rm {} \;
|
||||
find $PKG \( -name 'perllocal.pod' -o \
|
||||
-name '.packlist' \) -delete
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user