ports/opt (2.3): ghostscript: removed de man-pages
commit c130c67f127b5ac6afdb57d6a7235cecb77dce32 Author: Juergen Daubert <jue@jue.li> Date: Sat Aug 4 11:33:32 2007 +0200 ghostscript: removed de man-pages diff --git a/ghostscript/.footprint b/ghostscript/.footprint index 07db38b..7123885 100644 --- a/ghostscript/.footprint +++ b/ghostscript/.footprint @@ -41,22 +41,6 @@ drwxr-xr-x root/root usr/lib/cups/filter/ -rwxr-xr-x root/root usr/lib/cups/filter/pstopxl -rwxr-xr-x root/root usr/lib/cups/filter/pstoraster drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/de/ -drwxr-xr-x root/root usr/man/de/man1/ --rw-r--r-- root/root usr/man/de/man1/dvipdf.1 -lrwxrwxrwx root/root usr/man/de/man1/eps2eps.1 -> ps2ps.1 --rw-r--r-- root/root usr/man/de/man1/font2c.1 --rw-r--r-- root/root usr/man/de/man1/gsnd.1 --rw-r--r-- root/root usr/man/de/man1/pdf2dsc.1 --rw-r--r-- root/root usr/man/de/man1/pdf2ps.1 --rw-r--r-- root/root usr/man/de/man1/pdfopt.1 --rw-r--r-- root/root usr/man/de/man1/printafm.1 --rw-r--r-- root/root usr/man/de/man1/ps2ascii.1 --rw-r--r-- root/root usr/man/de/man1/ps2pdf.1 -lrwxrwxrwx root/root usr/man/de/man1/ps2pdf12.1 -> ps2pdf.1 -lrwxrwxrwx root/root usr/man/de/man1/ps2pdf13.1 -> ps2pdf.1 --rw-r--r-- root/root usr/man/de/man1/ps2ps.1 --rw-r--r-- root/root usr/man/de/man1/wftopfa.1 drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/dvipdf.1.gz lrwxrwxrwx root/root usr/man/man1/eps2eps.1.gz -> ps2ps.1.gz diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index f5c9b1f..39c3261 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -5,7 +5,7 @@ name=ghostscript version=8.60 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) @@ -20,6 +20,6 @@ build () { cp -r $SRC/fonts $PKG/usr/share/ghostscript chown root:lp $PKG/etc/cups - rm -r $PKG/usr/share/ghostscript/$version/{examples,doc} + rm -r $PKG/usr/{share/ghostscript/$version/{examples,doc},man/de} rm $PKG/usr/share/ghostscript/fonts/[CRT]* }
participants (1)
-
crux@crux.nu