diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-23 14:55:53 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-23 14:55:53 +0000 |
commit | c3fb193b8b40229910a86201c6cc153584aa7b46 (patch) | |
tree | 4c48cd46b773462e6b70b9a546a99e5bac962613 /net/totd/Makefile | |
parent | 46f97f0fb6dbd74bd5e5076358470c67697ae0c7 (diff) | |
download | pkgsrc-c3fb193b8b40229910a86201c6cc153584aa7b46.tar.gz |
upgrade to 1.2. use config file in /etc/totd.conf.
2001-03-13 13:12 dillema
* Makefile.in: install manpage
2001-03-13 13:06 dillema
* ChangeLog, README, totd.8: first totd manual page, derived from
README file
2001-03-13 11:14 dillema
* ne_io.c: unused variabel fix. trivial, but gets rid of a warning
* configure.in, cons_common.c, cons_tcp_response.c,
cons_udp_response.c, conv_trick.c, ev_udp_in.c, ne_io.c, ne_mesg.c,
ns_const.h, protos.h, res_record.c: patches from Kame CVS, send in
by itojun. Adds support for A6 and DNAME, and improves message
validation and fixes possible buffer overrun....
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index c1748773587..8831f15deff 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,21 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2001/03/10 02:23:00 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/23 14:55:53 itojun Exp $ # -DISTNAME= totd-1.1p5 +DISTNAME= totd-1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ -EXTRACT_SUFX= .tgz - -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= totd-1.1p5-20010310a.diff.gz -PATCH_DIST_STRIP= -p1 MAINTAINER= feico@pasta.cs.uit.no HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation -WRKSRC= ${WRKDIR}/totd-1.1p5 - GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" @@ -23,6 +16,8 @@ GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample + ${MKDIR} ${PREFIX}/share/examples/totd + ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample \ + ${PREFIX}/share/examples/totd/totd.conf.sample .include "../../mk/bsd.pkg.mk" |