summaryrefslogtreecommitdiff
path: root/misc/figlet/patches
diff options
context:
space:
mode:
authortonio <tonio>2005-10-15 22:16:05 +0000
committertonio <tonio>2005-10-15 22:16:05 +0000
commit227a887ea2e336e2589cdc29e0be6ffac2fafa5c (patch)
tree2fc49d66d6a9424929a8add53d7b53f09e15523f /misc/figlet/patches
parent671664dbc30a64bcde33cd7c38faea573e7d2feb (diff)
downloadpkgsrc-227a887ea2e336e2589cdc29e0be6ffac2fafa5c.tar.gz
Update misc/figlet to 2.2.2
Changes in FIGlet 2.2.2 ----------------------- License changed from "Artistic License" to "Academic Free License" as agreed by FIGlet authors. 05 July 2005 Also, updated the patch to use BSD_INSTALL_*
Diffstat (limited to 'misc/figlet/patches')
-rw-r--r--misc/figlet/patches/patch-aa32
1 files changed, 22 insertions, 10 deletions
diff --git a/misc/figlet/patches/patch-aa b/misc/figlet/patches/patch-aa
index 75c5a2b7bca..a334fef1bfa 100644
--- a/misc/figlet/patches/patch-aa
+++ b/misc/figlet/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2003/06/08 09:55:29 abs Exp $
+$NetBSD: patch-aa,v 1.6 2005/10/15 22:16:05 tonio Exp $
---- Makefile.orig Sat Jul 13 11:24:16 2002
+--- Makefile.orig 2005-07-05 11:57:46.000000000 +0200
+++ Makefile
@@ -11,19 +11,19 @@
# Don't change this even if your shell is different. The only reason
@@ -28,11 +28,23 @@ $NetBSD: patch-aa,v 1.5 2003/06/08 09:55:29 abs Exp $
# The filename of the font to be used if no other is specified
# (standard.flf is recommended, but any other can be used).
-@@ -55,6 +55,7 @@ install: figlet chkfont
- mkdir -p $(DEFAULTFONTDIR)
- cp figlet $(DESTDIR)
- cp chkfont $(DESTDIR)
-+ chmod 555 figlist showfigfonts
- cp figlist $(DESTDIR)
- cp showfigfonts $(DESTDIR)
- cp fonts/*.flf $(DEFAULTFONTDIR)
+@@ -52,11 +52,11 @@ clean:
+ rm -f *.o figlet chkfont
+
+ install: figlet chkfont
+- mkdir -p $(DEFAULTFONTDIR)
+- cp figlet $(DESTDIR)
+- cp figlet.6 $(MANDIR)
+- cp chkfont $(DESTDIR)
+- cp figlist $(DESTDIR)
+- cp showfigfonts $(DESTDIR)
+- cp fonts/*.flf $(DEFAULTFONTDIR)
+- cp fonts/*.flc $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_DATA_DIR} $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_PROGRAM} figlet $(DESTDIR)
++ ${BSD_INSTALL_DATA} figlet.6 $(MANDIR)
++ ${BSD_INSTALL_PROGRAM} chkfont $(DESTDIR)
++ ${BSD_INSTALL_SCRIPT} figlist $(DESTDIR)
++ ${BSD_INSTALL_SCRIPT} showfigfonts $(DESTDIR)
++ ${BSD_INSTALL_DATA} fonts/*.flf $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_DATA} fonts/*.flc $(DEFAULTFONTDIR)