mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
20 lines
740 B
Makefile
20 lines
740 B
Makefile
--- base/unixinst.mak.orig 2009-11-19 00:09:15 UTC
|
|
+++ base/unixinst.mak
|
|
@@ -44,7 +44,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'
|
|
|
|
@@ -128,7 +128,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
|
|
MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj
|