print/c2ps: Reduce patching

Remove reference to obsoleted MAN1PREFIX.  No functional changes
intended here
This commit is contained in:
Renato Botelho 2024-01-11 11:24:47 -03:00
parent 452483e591
commit 5590e5020e
1 changed files with 5 additions and 6 deletions

View File

@ -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)\