ports/opt (3.0): [notify] xpdf: remove duplicate pdf* binaries
commit 7150b6e905c6215210153de996ce6fde2b1e66d2 Author: Thomas Penteker <tek@serverop.de> Date: Mon May 5 14:28:36 2014 +0200 [notify] xpdf: remove duplicate pdf* binaries Use opt/popplel if you need these. Closes FS#1012 diff --git a/xpdf/.footprint b/xpdf/.footprint index debf41c..2ca558c 100644 --- a/xpdf/.footprint +++ b/xpdf/.footprint @@ -2,13 +2,6 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/xpdfrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pdfdetach --rwxr-xr-x root/root usr/bin/pdffonts --rwxr-xr-x root/root usr/bin/pdfimages --rwxr-xr-x root/root usr/bin/pdfinfo --rwxr-xr-x root/root usr/bin/pdftoppm --rwxr-xr-x root/root usr/bin/pdftops --rwxr-xr-x root/root usr/bin/pdftotext -rwxr-xr-x root/root usr/bin/xpdf drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile index 302ed07..2339f8e 100644 --- a/xpdf/Pkgfile +++ b/xpdf/Pkgfile @@ -6,7 +6,7 @@ name=xpdf version=3.03 -release=1 +release=2 source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz) build() { @@ -27,4 +27,6 @@ build() { make make install DESTDIR=$PKG + + find $PKG/usr/bin -iname 'pdf*' -delete }
participants (1)
-
crux@crux.nu