git: 5590e5020e17 - main - print/c2ps: Reduce patching
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 14:25:33 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=5590e5020e1798adeb087c716c7e432dd5cc03b2 commit 5590e5020e1798adeb087c716c7e432dd5cc03b2 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-11 14:24:47 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-11 14:25:29 +0000 print/c2ps: Reduce patching Remove reference to obsoleted MAN1PREFIX. No functional changes intended here --- print/c2ps/files/patch-Makefile | 11 +++++------ 1 file 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)\