summaryrefslogtreecommitdiff
path: root/misc/figlet
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-04-27 10:06:12 +0000
committerabs <abs@pkgsrc.org>2001-04-27 10:06:12 +0000
commitc659553c5ddf485b8151ced8628c3d5cf3667333 (patch)
tree30c9e347b1a62391d32432803d711f59af1a8e99 /misc/figlet
parent8a4fdf12402cd8fb0a2e06844a2cd9515a4155ee (diff)
downloadpkgsrc-c659553c5ddf485b8151ced8628c3d5cf3667333.tar.gz
Scripts work better if they are installed executable
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/distinfo4
-rw-r--r--misc/figlet/patches/patch-aa10
2 files changed, 8 insertions, 6 deletions
diff --git a/misc/figlet/distinfo b/misc/figlet/distinfo
index 8225c643f96..a8d96ce5f9c 100644
--- a/misc/figlet/distinfo
+++ b/misc/figlet/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/04/27 10:06:12 abs Exp $
SHA1 (figlet22.tar.gz) = 8e8a91e4f827551eed128bb53172e63b18eba303
Size (figlet22.tar.gz) = 165091 bytes
-SHA1 (patch-aa) = f8cb3c42a8c2f1b7a7e94a7e3177ac628784efbb
+SHA1 (patch-aa) = c5eeea229195a43c964c04445206977f8af1211b
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)