diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-25 09:58:17 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:41 -0500 |
commit | 0b26df7d019273a79f512137140e1e65246c98b6 (patch) | |
tree | 59f80169034e8fb7bc86beb7987231e9283c09ef /print/ghostscript9-x11/files/patch-base_unixinst.mak | |
parent | ports-mgmt/p5-FreeBSD-Portindex: Remove expired port: (diff) |
print/ghostscript9-x11: Remove expired port:
2023-03-31 print/ghostscript9-x11: Released over 10 years ago and unsupported by upstream, consider print/ghostscript9-agpl-x11
Diffstat (limited to 'print/ghostscript9-x11/files/patch-base_unixinst.mak')
-rw-r--r-- | print/ghostscript9-x11/files/patch-base_unixinst.mak | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/print/ghostscript9-x11/files/patch-base_unixinst.mak b/print/ghostscript9-x11/files/patch-base_unixinst.mak deleted file mode 100644 index 75d285cb2c60..000000000000 --- a/print/ghostscript9-x11/files/patch-base_unixinst.mak +++ /dev/null @@ -1,20 +0,0 @@ ---- 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); \ -- $(INSTALL_PROGRAM) $(PSOBJDIR)/$$f $(DESTDIR)$(scriptdir)/$$f; \ -+ $(INSTALL_SCRIPT) $(PSOBJDIR)/$$f $(DESTDIR)$(scriptdir)/$$f; \ - fi;\ - done' - -@@ -142,7 +142,7 @@ install-doc: $(PSDOCDIR)/News.htm - done' - - # install the man pages for each locale --MAN_LCDIRS=. de -+MAN_LCDIRS=. - MAN1_LINKS_PS2PS=eps2eps - MAN1_LINKS_PS2PDF=ps2pdf12 ps2pdf13 ps2pdf14 - MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj |