]> git.pld-linux.org Git - packages/figlet.git/blame - figlet-makefile.patch
- s/Copyright/License/, removed "Vendor: PLD"
[packages/figlet.git] / figlet-makefile.patch
CommitLineData
cf8ccfa5 1diff -ru figlet-2.2.orig/Makefile figlet-2.2.AX/Makefile
2--- figlet-2.2.orig/Makefile Wed Feb 19 00:02:28 1997
3+++ figlet-2.2.AX/Makefile Wed Jun 9 21:52:42 1999
4@@ -10,18 +10,17 @@
5 # for changing this is if sh is not in the same place.
6 SHELL = /bin/sh
7 CC = gcc
8-CFLAGS = -g
9
10 # Where the executables should be put
11 DESTDIR = /usr/games
12
13 # Where the man page should be put
14-MANDIR = /usr/man/man6
15+MANDIR = /usr/share/man/man6
16
17 # Where figlet will search first for fonts (the ".flf" files).
18 DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
19 # Use this definition if you can't put things in /usr/games
20-DEFAULTFONTDIR = fonts
21+DEFAULTFONTDIR = /usr/share/games/figlet
22
23 # The filename of the font to be used if no other is specified
24 # (standard.flf is recommended, but any other can be used).
This page took 0.052295 seconds and 4 git commands to generate.