diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-12 15:37:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-12 15:37:23 +0000 |
commit | 489d7badf51889a52eaa95279598274b6d596089 (patch) | |
tree | 860bcab9c0a4a6cfd991024216c770d8d9962823 /misc/figlet | |
parent | e215763fe09e1fe5485b1717851a7e05adca0513 (diff) |
Notes
Diffstat (limited to 'misc/figlet')
-rw-r--r-- | misc/figlet/distinfo | 2 | ||||
-rw-r--r-- | misc/figlet/files/patch-aa | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/misc/figlet/distinfo b/misc/figlet/distinfo index 97cb0ee004b4..7301cc5fb0c2 100644 --- a/misc/figlet/distinfo +++ b/misc/figlet/distinfo @@ -1 +1 @@ -MD5 (figlet22.tar.gz) = bf85b4c938e75c39fe4a31dd60626924 +MD5 (figlet22.tar.gz) = 59fc72d8ed84902526ca1ea69f27ddec 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) |