mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
perl-html-parser fix file conflict
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
perl-html-parser-3.81-2
|
||||
perl-html-parser-3.81-3
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
@@ -19,13 +19,3 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/a
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/Parser/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTML/Parser/Parser.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::Entities.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::Filter.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::HeadParser.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::LinkExtor.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::Parser.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::PullParser.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/HTML::TokeParser.3.gz
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
name=perl-html-parser
|
||||
version=3.81
|
||||
release=2
|
||||
release=3
|
||||
source="$name-$version.tar.gz::https://www.cpan.org/modules/by-module/HTML/HTML-Parser-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
@@ -12,4 +12,5 @@ build() {
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
find $PKG -name *.pod -delete
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user