diff options
author | cjh <cjh@FreeBSD.org> | 2000-09-13 00:23:45 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-09-13 00:23:45 +0800 |
commit | af81c8b3eb36a578d057205b0563dc38322bb648 (patch) | |
tree | 103e3161f81198e3fb4246c1caac98359921a9c8 /devel/templ | |
parent | fed3afdd8d8a86ad2a68a4c91e29afdce6ed5215 (diff) | |
download | freebsd-ports-gnome-af81c8b3eb36a578d057205b0563dc38322bb648.tar.gz freebsd-ports-gnome-af81c8b3eb36a578d057205b0563dc38322bb648.tar.zst freebsd-ports-gnome-af81c8b3eb36a578d057205b0563dc38322bb648.zip |
Update to 0.3.
PR: ports/21223
Submitted by: maintainer
Diffstat (limited to 'devel/templ')
-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 |