diff options
author | Renato Botelho <garga@FreeBSD.org> | 2024-01-11 11:24:47 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-11 11:25:29 -0300 |
commit | 5590e5020e1798adeb087c716c7e432dd5cc03b2 (patch) | |
tree | 5d37d0e7423dec835ca63cbdb3f16d8de02cff9b /print | |
parent | net-mgmt/pandorafms_server: Remove noop replace (diff) |
print/c2ps: Reduce patching
Remove reference to obsoleted MAN1PREFIX. No functional changes
intended here
Diffstat (limited to 'print')
-rw-r--r-- | print/c2ps/files/patch-Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/print/c2ps/files/patch-Makefile b/print/c2ps/files/patch-Makefile index 416d95e08a8a..b8b6053417f6 100644 --- a/print/c2ps/files/patch-Makefile +++ b/print/c2ps/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 1997-05-16 00:50:56.000000000 +0900 -+++ Makefile 2013-05-04 04:02:28.000000000 +0900 -@@ -2,12 +2,13 @@ +--- Makefile.orig 1997-05-15 15:50:56 UTC ++++ Makefile +@@ -2,12 +2,12 @@ RM = rm -f # Last modified: Sat Apr 19 1997 RM = rm -f @@ -13,12 +13,11 @@ +PREFIX?= /usr/local BIN = $(PREFIX)/bin -MAN = $(PREFIX)/man/man1 -+MAN1PREFIX?= ${PREFIX} -+MAN = ${MAN1PREFIX}/man/man1 ++MAN = ${PREFIX}/man/man1 # you may predefine some of the default settings DEFAULT_FONT = \"Courier\" -@@ -31,21 +32,20 @@ +@@ -31,21 +31,20 @@ PREP_OPTIONS = \ -DSTRINGS=$(STRINGS_FONT) -DPREPROC=$(PREPROC_FONT)\ -DKEYWORD=$(KEYWORD_FONT) -DTYPE=$(TYPE_FONT)\ -DLNUMBER=$(LNUMBER_FONT) -DFUNCTION=$(FUNCTION_FONT)\ |