diff options
author | abs <abs> | 2001-04-27 10:06:12 +0000 |
---|---|---|
committer | abs <abs> | 2001-04-27 10:06:12 +0000 |
commit | 542ea31194bdb2702c7c0aefd3bf3941fd303df8 (patch) | |
tree | 30c9e347b1a62391d32432803d711f59af1a8e99 /misc | |
parent | 346242bb543986fdcf324dd39497c8564e6e9bf4 (diff) | |
download | pkgsrc-542ea31194bdb2702c7c0aefd3bf3941fd303df8.tar.gz |
Scripts work better if they are installed executable
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/distinfo | 4 | ||||
-rw-r--r-- | misc/figlet/patches/patch-aa | 10 |
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) |