]> git.pld-linux.org Git - packages/figlet.git/blame - figlet-makefile.patch
- converted to UTF-8
[packages/figlet.git] / figlet-makefile.patch
CommitLineData
2829a07a 1--- figlet221/Makefile.orig Sat Jul 13 12:24:16 2002
2+++ figlet221/Makefile Mon Feb 24 22:20:00 2003
3@@ -12,16 +12,16 @@
cf8ccfa5 4 # for changing this is if sh is not in the same place.
5 SHELL = /bin/sh
6 CC = gcc
7-CFLAGS = -g
2829a07a 8+CFLAGS= $(OPTFLAGS)
cf8ccfa5 9
10 # Where the executables should be put
2829a07a 11-DESTDIR = /usr/local/bin
12+DESTDIR = /usr/bin
cf8ccfa5 13
14 # Where the man page should be put
2829a07a 15-MANDIR = /usr/local/man/man6
cf8ccfa5 16+MANDIR = /usr/share/man/man6
17
18 # Where figlet will search first for fonts (the ".flf" files).
2829a07a 19-DEFAULTFONTDIR = /usr/local/share/figlet
20+DEFAULTFONTDIR = /usr/share/figlet
21 # Use this definition if you can't put things in /usr/local/share/figlet
22 DEFAULTFONTDIR = fonts
cf8ccfa5 23
This page took 0.091737 seconds and 4 git commands to generate.