diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-15 22:16:05 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-15 22:16:05 +0000 |
commit | 89252c6115804f945757656396b4ee2b750e8dc6 (patch) | |
tree | 2fc49d66d6a9424929a8add53d7b53f09e15523f /misc/figlet/patches/patch-aa | |
parent | 8fd9a29be32e4ca2d23bceaa78a8b81790ca3c17 (diff) | |
download | pkgsrc-89252c6115804f945757656396b4ee2b750e8dc6.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/patch-aa')
-rw-r--r-- | misc/figlet/patches/patch-aa | 32 |
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) |