ports/opt (2.4): p5-html-parser: remove junk files
commit 8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd Author: Lucas Hazel <lucas@die.net.au> Date: Wed Mar 26 15:06:13 2008 +1100 p5-html-parser: remove junk files diff --git a/p5-html-parser/.footprint b/p5-html-parser/.footprint index 6a1996c..06866f5 100644 --- a/p5-html-parser/.footprint +++ b/p5-html-parser/.footprint @@ -17,7 +17,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/HTML/ 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/HTML/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.bs (EMPTY) -r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ diff --git a/p5-html-parser/Pkgfile b/p5-html-parser/Pkgfile index 1ed944f..23f0d42 100644 --- a/p5-html-parser/Pkgfile +++ b/p5-html-parser/Pkgfile @@ -14,6 +14,7 @@ build() { echo "no" | perl Makefile.PL make OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install - find ${PKG} -name perllocal.pod -exec rm '{}' \; - find ${PKG} -name .packlist -exec rm '{}' \; + find ${PKG} -name .packlist -o \ + -name perllocal.pod -o \ + -name '*.bs' | xargs rm }
participants (1)
-
crux@crux.nu