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 | |
parent | Update to 0.1.1 (diff) |
Update to 0.3.
PR: ports/21223
Submitted by: maintainer
-rw-r--r-- | devel/templ/Makefile | 2 | ||||
-rw-r--r-- | devel/templ/distinfo | 2 | ||||
-rw-r--r-- | devel/templ/files/patch-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/templ/Makefile b/devel/templ/Makefile index 1fbefc41d4b3..a852d2c95ae9 100644 --- a/devel/templ/Makefile +++ b/devel/templ/Makefile @@ -6,7 +6,7 @@ # PORTNAME= templ -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ diff --git a/devel/templ/distinfo b/devel/templ/distinfo index cd229275f6ba..f285f1af352e 100644 --- a/devel/templ/distinfo +++ b/devel/templ/distinfo @@ -1 +1 @@ -MD5 (templ-0.2.tar.gz) = e8f33c993e739db1078a4e9d8a755e3f +MD5 (templ-0.3.tar.gz) = f57934373327ccc1144a4f420f216144 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 |