mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3915d85ad1
PR: ports/21223 Submitted by: maintainer
19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
--- 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
|