diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-02 02:09:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-02 02:09:41 +0000 |
commit | 223bd6e435c18c1117d86ff28632f36167993444 (patch) | |
tree | cc1cd0f01cbf945d97b99bfede77ea7458aa99ed /app-misc/figlet/files | |
parent | Patch fix (diff) | |
download | gentoo-2-223bd6e435c18c1117d86ff28632f36167993444.tar.gz gentoo-2-223bd6e435c18c1117d86ff28632f36167993444.tar.bz2 gentoo-2-223bd6e435c18c1117d86ff28632f36167993444.zip |
touchups
Diffstat (limited to 'app-misc/figlet/files')
-rw-r--r-- | app-misc/figlet/files/digest-figlet-22 | 1 | ||||
-rw-r--r-- | app-misc/figlet/files/figlet-22-gentoo.diff | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-misc/figlet/files/digest-figlet-22 b/app-misc/figlet/files/digest-figlet-22 deleted file mode 100644 index 0a0dfce1b86b..000000000000 --- a/app-misc/figlet/files/digest-figlet-22 +++ /dev/null @@ -1 +0,0 @@ -MD5 63afcf43505fbe0c9a936ee3b97d4288 figlet22.tar.gz 166966 diff --git a/app-misc/figlet/files/figlet-22-gentoo.diff b/app-misc/figlet/files/figlet-22-gentoo.diff deleted file mode 100644 index 515861a64d7f..000000000000 --- a/app-misc/figlet/files/figlet-22-gentoo.diff +++ /dev/null @@ -1,40 +0,0 @@ -diff -Nur figlet22/Makefile figlet22-new/Makefile ---- figlet22/Makefile Tue Feb 18 16:02:28 1997 -+++ figlet22-new/Makefile Thu Apr 26 22:27:46 2001 -@@ -13,22 +13,29 @@ - CFLAGS = -g - - # Where the executables should be put --DESTDIR = /usr/games -+ifndef DESTDIR -+ DESTDIR = /usr/bin/ -+endif - - # Where the man page should be put --MANDIR = /usr/man/man6 -+ifndef MANDIR -+ MANDIR = /usr/share/man/man6 -+endif - - # Where figlet will search first for fonts (the ".flf" files). --DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir -+ifndef DEFAULTFONTDIR -+ DEFAULTFONTDIR = /usr/share/figlet -+endif - # Use this definition if you can't put things in /usr/games --DEFAULTFONTDIR = fonts -+#DEFAULTFONTDIR = fonts - - # The filename of the font to be used if no other is specified - # (standard.flf is recommended, but any other can be used). - # This font file should reside in the directory specified by - # DEFAULTFONTDIR. --DEFAULTFONTFILE = standard.flf -- -+ifndef DEFAULTFONTFILE -+ DEFAULTFONTFILE = standard.flf -+endif - ## - ## END OF CONFIGURATION SECTION - ## -Binary files figlet22/figlet and figlet22-new/figlet differ |