diff options
Diffstat (limited to 'misc/figlet/patches/patch-aa')
-rw-r--r-- | misc/figlet/patches/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/figlet/patches/patch-aa b/misc/figlet/patches/patch-aa index 594c7637e83..16578e03520 100644 --- a/misc/figlet/patches/patch-aa +++ b/misc/figlet/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:10:19 agc Exp $ +$NetBSD: patch-aa,v 1.3 2001/04/27 10:06:13 abs Exp $ ---- Makefile.orig Tue Feb 18 15:02:28 1997 -+++ Makefile Tue Aug 12 08:34:46 1997 +--- Makefile.orig Tue Feb 18 23:02:28 1997 ++++ Makefile @@ -10,18 +10,18 @@ # for changing this is if sh is not in the same place. SHELL = /bin/sh @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 11:10:19 agc Exp $ # The filename of the font to be used if no other is specified # (standard.flf is recommended, but any other can be used). -@@ -50,8 +50,10 @@ +@@ -50,9 +50,12 @@ rm -f *.o figlet chkfont install: figlet chkfont @@ -36,5 +36,7 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 11:10:19 agc Exp $ cp figlet $(DESTDIR) + strip chkfont cp chkfont $(DESTDIR) ++ chmod 555 figlist showfigfonts cp figlist $(DESTDIR) cp showfigfonts $(DESTDIR) + cp fonts/*.flf $(DEFAULTFONTDIR) |