diff options
author | hubertf <hubertf> | 2000-10-19 22:53:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-19 22:53:15 +0000 |
commit | 4c02807a6f45183e37689504e13c782033daf926 (patch) | |
tree | 788892946a079ac0c5e60b2c97b5936e236e9002 /net | |
parent | a96320daeb9c9d1be462d3e1c83eec94b5339d31 (diff) | |
download | pkgsrc-4c02807a6f45183e37689504e13c782033daf926.tar.gz |
Note USE_INET6 in comment, so this gets mentioned on the README-IPv6.html page.
Diffstat (limited to 'net')
-rw-r--r-- | net/totd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 5cbf674d8f9..6f8cd1389f2 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/03 06:33:50 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2000/10/19 22:53:15 hubertf Exp $ # DISTNAME= totd-1.1p4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html WRKSRC= ${WRKDIR}/totd-1.1p4 GNU_CONFIGURE= YES +# Does not regard USE_INET6 <- leave this line in for README-IPv6.html post-install: ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample |