summaryrefslogtreecommitdiff
path: root/misc/figlet/files/patch-aa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2011-08-04 23:18:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2011-08-04 23:18:47 +0000
commitf032fc6eb0637eec0b097a0cb1136fee016e1e35 (patch)
tree7bc9941ccf951fe741edc52bf62a804e6da03a9a /misc/figlet/files/patch-aa
parentReset maintainership and deprecate some korean ports with no more public (diff)
Upgrade to version 2.2.4 -- now under a BSD-like license.
PR: 159079 Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=278927
Diffstat (limited to 'misc/figlet/files/patch-aa')
-rw-r--r--misc/figlet/files/patch-aa43
1 files changed, 25 insertions, 18 deletions
diff --git a/misc/figlet/files/patch-aa b/misc/figlet/files/patch-aa
index a5b7365825ca..c879d3d10d04 100644
--- a/misc/figlet/files/patch-aa
+++ b/misc/figlet/files/patch-aa
@@ -1,24 +1,31 @@
---- Makefile.orig Sat Jul 13 03:24:16 2002
-+++ Makefile Mon Oct 7 11:10:48 2002
-@@ -13,15 +13,15 @@
+--- Makefile.orig 2011-01-26 18:36:21.000000000 +0800
++++ Makefile 2011-07-21 09:58:28.753010869 +0800
+@@ -19,8 +19,8 @@
SHELL = /bin/sh
--CC = gcc
--CFLAGS = -g
-+#CC = gcc
-+#CFLAGS = -g
- # Where the executables should be put
--DESTDIR = /usr/local/bin
-+DESTDIR = $(PREFIX)/bin
+ # The C compiler and linker to use
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++#CC = gcc
++#CFLAGS = -g -O2 -Wall
+ LD = gcc
+ LDFLAGS =
+
+@@ -29,7 +29,7 @@
+ XCFLAGS = -DTLF_FONTS
- # Where the man page should be put
--MANDIR = /usr/local/man/man6
-+MANDIR = $(PREFIX)/man/man6
+ # Where to install files
+-prefix = /usr/local
++#prefix = /usr/local
+
+ # Where the executables should be put
+ BINDIR = $(prefix)/bin
+@@ -38,7 +38,7 @@
+ MANDIR = $(prefix)/man
# Where figlet will search first for fonts (the ".flf" files).
--DEFAULTFONTDIR = /usr/local/share/figlet
-+DEFAULTFONTDIR = $(PREFIX)/share/figlet
- # Use this definition if you can't put things in /usr/local/share/figlet
--DEFAULTFONTDIR = fonts
-+#DEFAULTFONTDIR = fonts
+-DEFAULTFONTDIR = $(prefix)/share/figlet
++DEFAULTFONTDIR = $(datadir)
+ # Use this definition if you can't put things in $(prefix)/share/figlet
+ #DEFAULTFONTDIR = fonts