- fix broken HOMEPAGE

- use SYSCONFDIR
- rename patches, add cvs tags
- add cvs tag to sample config
- add NO_REGRESS
- switch to distinfo
ok itojun@
This commit is contained in:
jsyn 2002-01-28 01:41:52 +00:00
parent 3eff50408a
commit 8e3455f53f
5 changed files with 11 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.14 2001/06/22 13:28:49 itojun Exp $
# $OpenBSD: Makefile,v 1.15 2002/01/28 01:41:52 jsyn Exp $
# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $
COMMENT= "DNS proxy that supports IPv6 <==> IPv4 record translation"
DISTNAME= totd-1.2
CATEGORIES= net
NEED_VERSION= 1.402
NEED_VERSION= 1.504
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= Jun-ichiro itojun Hagino <itojun@itojun.org>
HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -18,6 +18,10 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
MAKE_FLAGS= CC="${CC}" SYSCONFDIR="${SYSCONFDIR}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/totd
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/share/totd

View File

@ -1,3 +1,4 @@
; $OpenBSD: totd.conf.sample,v 1.2 2002/01/28 01:41:52 jsyn Exp $
; $NetBSD: totd.conf.sample,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $
; Totd sample configuration file
forwarder 192.168.0.1 port 5000

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.1 2002/01/28 01:41:52 jsyn Exp $
--- Makefile.in.orig Tue Mar 13 22:12:22 2001
+++ Makefile.in Fri Jun 22 22:56:48 2001
@@ -10,7 +10,7 @@
@ -5,7 +6,7 @@
INSTALLMAN = @prefix@/man
INSTALL = /usr/bin/install
-TOT_CONFIG_FILE=@prefix@/etc/totd.conf
+TOT_CONFIG_FILE=/etc/totd.conf
+TOT_CONFIG_FILE=${SYSCONFDIR}/totd.conf
CFLAGS = @CFLAGS@ @DEFS@ -DTOT_CONFIG_FILE=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
.if defined(DBMALLOC)
LIBDEBUG = -L/usr/local/lib -ldbmalloc

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-config_h_in,v 1.1 2002/01/28 01:41:52 jsyn Exp $
--- config.h.in- Sun Apr 23 22:17:36 2000
+++ config.h.in Sun Apr 23 22:17:45 2000
@@ -33,9 +33,9 @@