summaryrefslogtreecommitdiff
path: root/misc/figlet/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-08-12 15:37:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-08-12 15:37:23 +0000
commit489d7badf51889a52eaa95279598274b6d596089 (patch)
tree860bcab9c0a4a6cfd991024216c770d8d9962823 /misc/figlet/files
parentimported plain2 port. (japanese/plain2) (diff)
Author changed Makefile w/o bumping the version.
Noticed by: Vince - vince@MCESTATE.COM - vince@GAIANET.NET
Notes
Notes: svn path=/head/; revision=7547
Diffstat (limited to 'misc/figlet/files')
-rw-r--r--misc/figlet/files/patch-aa16
1 files changed, 9 insertions, 7 deletions
diff --git a/misc/figlet/files/patch-aa b/misc/figlet/files/patch-aa
index ad7df20059c2..e313f6f25e8f 100644
--- a/misc/figlet/files/patch-aa
+++ b/misc/figlet/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Tue Feb 18 22:46:29 1997
-+++ Makefile Fri Jun 20 14:34:48 1997
+--- Makefile.orig Tue Feb 18 15:02:28 1997
++++ Makefile Tue Aug 12 08:34:46 1997
@@ -10,18 +10,18 @@
# for changing this is if sh is not in the same place.
SHELL = /bin/sh
@@ -8,22 +8,24 @@
+#CFLAGS = -g
# Where the executables should be put
--DESTDIR = /home_c2/johnson/chai/figlet/bin
+-DESTDIR = /usr/games
+DESTDIR = $(PREFIX)/bin
# Where the man page should be put
--MANDIR = /home_c2/johnson/chai/man/man6
+-MANDIR = /usr/man/man6
+MANDIR = $(PREFIX)/man/man6
# Where figlet will search first for fonts (the ".flf" files).
- # DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
+-DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
++#DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
# Use this definition if you can't put things in /usr/games
--DEFAULTFONTDIR = /home_c2/johnson/chai/figlet/fonts
+-DEFAULTFONTDIR = fonts
+DEFAULTFONTDIR = $(PREFIX)/share/figlet
# The filename of the font to be used if no other is specified
# (standard.flf is recommended, but any other can be used).
-@@ -51,7 +51,9 @@
+@@ -50,8 +50,10 @@
+ rm -f *.o figlet chkfont
install: figlet chkfont
- mkdir $(DEFAULTFONTDIR)