diff options
Diffstat (limited to 'print/c2ps-letter/files')
-rw-r--r-- | print/c2ps-letter/files/patch-aa | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/print/c2ps-letter/files/patch-aa b/print/c2ps-letter/files/patch-aa index 5f4b02b67767..d00f0ee039b5 100644 --- a/print/c2ps-letter/files/patch-aa +++ b/print/c2ps-letter/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Thu Jul 18 14:43:18 1996 -+++ Makefile Wed Mar 19 13:19:33 1997 -@@ -1,10 +1,7 @@ - # Makefile for c2ps ver3.0 +--- Makefile.orig Thu May 15 11:50:56 1997 ++++ Makefile Thu Nov 20 22:06:51 1997 +@@ -2,10 +2,7 @@ + # Last modified: Sat Apr 19 1997 RM = rm -f -CC = gcc @@ -11,3 +11,25 @@ BIN = $(PREFIX)/bin MAN = $(PREFIX)/man/man1 +@@ -20,8 +17,6 @@ + FUNCTION_FONT = \"Bookman-LightItalic\" + + COMMENT_DIMMING_DEGREE = 0.75 +-DEFAULT_PAPER_TYPE = A4 +-# possible values are A4 and LETTER + + + #___You don't need to change anything below__________________ +@@ -39,10 +34,10 @@ + install: bininstall maninstall + + bininstall: c2ps +- install -m 755 c2ps $(BIN) ++ $(INSTALL_PROGRAM) c2ps $(BIN) + + maninstall: c2ps.1 +- install -m 644 c2ps.1 $(MAN) ++ $(INSTALL_MAN) c2ps.1 $(MAN) + + compile: c2ps.c + $(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c |