diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-09-12 16:23:45 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-09-12 16:23:45 +0000 |
commit | 3915d85ad124cd0839243600f1c687c85869f199 (patch) | |
tree | 6c4d1cae1dff04536b817294ad71cbc42761d659 /devel/templ/files | |
parent | Update to 0.1.1 (diff) |
Update to 0.3.
PR: ports/21223
Submitted by: maintainer
Diffstat (limited to 'devel/templ/files')
-rw-r--r-- | devel/templ/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/templ/files/patch-aa b/devel/templ/files/patch-aa index 8c4ac546b2b1..387d8fcc0d72 100644 --- a/devel/templ/files/patch-aa +++ b/devel/templ/files/patch-aa @@ -1,18 +1,18 @@ ---- Makefile.orig Wed Jun 16 22:27:02 1999 -+++ Makefile Wed Jun 23 12:48:55 1999 +--- Makefile.orig Tue Sep 12 21:41:59 2000 ++++ Makefile Wed Sep 13 00:29:49 2000 @@ -20,12 +20,12 @@ # #CC = cc -CC = gcc -+CC ?= gcc ++#CC = gcc MAN1 = README # If you want to show only default color , remove "-DANSI_COLOR" --CFLAG = -g -DANSI_COLOR -+CFLAG = ${CFLAGS} -DANSI_COLOR +-CFLAGS += -g -DANSI_COLOR ++CFLAGS += -DANSI_COLOR PROG = templ -DESTDIR = /usr/local -+DESTDIR = ${PREFIX} - TEMPLS = t.c t.cc t.css t.html t.makefile t.pl t.pmakefile t.py t.sh t.txt t.sgml ++DESTDIR = ${PREFIX} + TEMPLS = t.c t.cc t.css t.html t.makefile t.pl t.pmakefile t.py t.sh t.txt t.sgml t.4th TEMPLDIR = ${DESTDIR}/share/templates RM = rm -f |