1
0
forked from ports/contrib

p5-xml-writer: clean Pkgfile

This commit is contained in:
Danny Rawlins 2008-07-14 00:20:43 +10:00
parent fdcee0f055
commit 956968203c

View File

@ -17,13 +17,13 @@ build() {
make install DESTDIR=$PKG
# Remove perlcrap
find $PKG -type f \
\( -name '.packlist' -or \
-name '*.bs' -or \
-name 'autosplit.ix' -or \
find $PKG -type f \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'autosplit.ix' -o \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
find $PKG -depth -empty -delete
}