diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-24 19:36:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-24 19:36:56 +0000 |
commit | 5873c3738b8e245403c6e1e322d3729ad5f0fc77 (patch) | |
tree | d3ff2a3e1629b87f0f7e696ba445f2776516b19b /print/c2ps-letter/files/patch-aa | |
parent | "-p" is part of ${MKDIR} (diff) |
A PostScript pretty-printer for C source with numerous features.
Submitted by: Matthew Hunt <mph@pobox.com>
Closes PR: ports/3041
Diffstat (limited to '')
-rw-r--r-- | print/c2ps-letter/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/c2ps-letter/files/patch-aa b/print/c2ps-letter/files/patch-aa new file mode 100644 index 000000000000..5f4b02b67767 --- /dev/null +++ b/print/c2ps-letter/files/patch-aa @@ -0,0 +1,13 @@ +--- 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 + + RM = rm -f +-CC = gcc +-CCFLAGS = -O + +-PREFIX = /usr/local + BIN = $(PREFIX)/bin + MAN = $(PREFIX)/man/man1 + |