Skip to content

Commit

Permalink
print/c2ps: Reduce patching
Browse files Browse the repository at this point in the history
Remove reference to obsoleted MAN1PREFIX.  No functional changes
intended here
  • Loading branch information
rbgarga committed Jan 11, 2024
1 parent 452483e commit 5590e50
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 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
Expand All @@ -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)\
Expand Down

0 comments on commit 5590e50

Please sign in to comment.