From 3915d85ad124cd0839243600f1c687c85869f199 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Tue, 12 Sep 2000 16:23:45 +0000 Subject: Update to 0.3. PR: ports/21223 Submitted by: maintainer --- devel/templ/files/patch-aa | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/templ/files') 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 -- cgit v1.2.3