freebsd-ports/devel/templ/files/patch-aa
CHOI Junho 3915d85ad1 Update to 0.3.
PR:		ports/21223
Submitted by:	maintainer
2000-09-12 16:23:45 +00:00

18 lines
466 B
Text

--- 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
MAN1 = README
# If you want to show only default color , remove "-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 t.4th
TEMPLDIR = ${DESTDIR}/share/templates
RM = rm -f