diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-base/files/patch-base_unixinst.mak (renamed from print/ghostscript9-agpl-base/files/patch-base-unixinst.mak) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-base-unixinst.mak b/print/ghostscript9-base/files/patch-base_unixinst.mak index 0c67aa7c058b..75d285cb2c60 100644 --- a/print/ghostscript9-agpl-base/files/patch-base-unixinst.mak +++ b/print/ghostscript9-base/files/patch-base_unixinst.mak @@ -1,6 +1,6 @@ ---- base/unixinst.mak.orig 2014-03-26 21:53:47.000000000 +0900 -+++ base/unixinst.mak 2014-11-23 17:01:40.000000000 +0900 -@@ -45,7 +45,7 @@ +--- base/unixinst.mak.orig 2012-08-08 08:01:36 UTC ++++ base/unixinst.mak +@@ -45,7 +45,7 @@ ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf1 wftopfa fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\ do if ( test -f $(PSLIBDIR)/$$f ); then \ (cat $(PSLIBDIR)/$$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=$(GS)/" > $(PSOBJDIR)/$$f); \ @@ -9,7 +9,7 @@ fi;\ done' -@@ -142,7 +142,7 @@ +@@ -142,7 +142,7 @@ install-doc: $(PSDOCDIR)/News.htm done' # install the man pages for each locale |