summaryrefslogtreecommitdiff
path: root/print/c2ps-letter/files/patch-aa
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-03-22 21:18:22 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-03-22 21:18:22 +0000
commite779cf10d48c4dfc6bc35a143f8bac6b93dfd921 (patch)
tree469cc4825e37214a27d81a83a463afd9068faaef /print/c2ps-letter/files/patch-aa
parent- update to 20110316111914 (diff)
- Fix WWW
- Support CFLAGS properly - Bump PORTREVISION PR: ports/155791 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r--print/c2ps-letter/files/patch-aa35
1 files changed, 0 insertions, 35 deletions
diff --git a/print/c2ps-letter/files/patch-aa b/print/c2ps-letter/files/patch-aa
index e8f9470cd98a..e69de29bb2d1 100644
--- a/print/c2ps-letter/files/patch-aa
+++ b/print/c2ps-letter/files/patch-aa
@@ -1,35 +0,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
--CCFLAGS = -O
-
--PREFIX = /usr/local
- 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)
-+ $(BSD_INSTALL_PROGRAM) c2ps $(BIN)
-
- maninstall: c2ps.1
-- install -m 644 c2ps.1 $(MAN)
-+ $(BSD_INSTALL_MAN) c2ps.1 $(MAN)
-
- compile: c2ps.c
- $(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c