diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:16:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:16:24 +0000 |
commit | bb1b9a698fdbb50e1f20b4010d1fa235e6396255 (patch) | |
tree | 9967c4d16bf6da82ed5090cda48284dde4aba3ec /japanese/dvipsk | |
parent | 71bb39e7bb8369acb2597ea34ad7204bc2134799 (diff) | |
download | ports-bb1b9a698fdbb50e1f20b4010d1fa235e6396255.tar.gz ports-bb1b9a698fdbb50e1f20b4010d1fa235e6396255.zip |
Notes
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r-- | japanese/dvipsk/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/dvipsk/files/patch-aa b/japanese/dvipsk/files/patch-aa index c4a039b4a13a..320382847d44 100644 --- a/japanese/dvipsk/files/patch-aa +++ b/japanese/dvipsk/files/patch-aa @@ -9,3 +9,14 @@ static char strbuffer[LINELENGTH + 20], *strbp = strbuffer ; static struct papsiz *finpapsiz ; struct papsiz defpapsiz = { +--- Makefile.in.orig Sat Feb 8 03:43:07 1997 ++++ Makefile.in Sat Jun 27 17:41:51 1998 +@@ -31,7 +31,7 @@ + (cd $$d && $(MAKE) $(makeargs) $@); else true; fi; done + + install install-data install-exec: +- for d in kpathsea $(programs); do if test -d $$d; then \ ++ for d in $(programs); do if test -d $$d; then \ + (cd $$d && $(MAKE) $(installargs) $@); else true; fi; done + + # Other standard targets for everything. |