]> git.pld-linux.org Git - packages/figlet.git/blobdiff - figlet-makefile.patch
90a26508020472cf091f1a5ac3dc4962 figlet-makefile.patch
[packages/figlet.git] / figlet-makefile.patch
index e591128d6ecd8fdf4c0736a93cf6ec4b173c4518..092b230eebe5eb785ecc84269a02ac73af5f690d 100644 (file)
@@ -1,24 +1,23 @@
-diff -ru figlet-2.2.orig/Makefile figlet-2.2.AX/Makefile
---- figlet-2.2.orig/Makefile   Wed Feb 19 00:02:28 1997
-+++ figlet-2.2.AX/Makefile     Wed Jun  9 21:52:42 1999
-@@ -10,18 +10,17 @@
+--- figlet221/Makefile.orig    Sat Jul 13 12:24:16 2002
++++ figlet221/Makefile Mon Feb 24 22:20:00 2003
+@@ -12,16 +12,16 @@
  # for changing this is if sh is not in the same place.
  SHELL = /bin/sh
  CC = gcc
 -CFLAGS = -g
++CFLAGS= $(OPTFLAGS)
  
  # Where the executables should be put
- DESTDIR = /usr/games
+-DESTDIR = /usr/local/bin
++DESTDIR = /usr/bin
  
  # Where the man page should be put
--MANDIR = /usr/man/man6
+-MANDIR = /usr/local/man/man6
 +MANDIR = /usr/share/man/man6
  
  # Where figlet will search first for fonts (the ".flf" files).
- DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
- # Use this definition if you can't put things in /usr/games
--DEFAULTFONTDIR = fonts
-+DEFAULTFONTDIR = /usr/share/games/figlet
+-DEFAULTFONTDIR = /usr/local/share/figlet
++DEFAULTFONTDIR = /usr/share/figlet
+ # Use this definition if you can't put things in /usr/local/share/figlet
+ 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 page took 0.05913 seconds and 4 git commands to generate.