forked from ports/contrib
p5-xml-twig: remove junk file .packlist
This commit is contained in:
parent
049cc9373c
commit
9de2b51d5a
@ -19,7 +19,6 @@ 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/XML/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/XML/Twig/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/XML/Twig/.packlist
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-r--r--r-- root/root usr/man/man1/xml_grep.1pm.gz
|
||||
|
@ -14,7 +14,7 @@ build() {
|
||||
yes | perl Makefile.PL PREFIX=$PKG/usr
|
||||
make
|
||||
make install
|
||||
find $PKG -name "perllocal.pod" -exec rm {} \;
|
||||
chown -R root:root $PKG
|
||||
find $PKG \( -name 'perllocal.pod' -o \
|
||||
-name '.packlist' \) -delete
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user