diff options
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 2659839cdba..14c6acccbe5 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:15 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/29 10:43:53 rillig Exp $ # -DISTNAME= totd-1.4 +DISTNAME= totd-1.5.1 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ @@ -12,14 +12,16 @@ COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd - ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ - ${PREFIX}/share/examples/totd/totd.conf.sample - PKG_OPTIONS_VAR= PKG_OPTIONS.totd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/totd ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/totd.8 ${PREFIX}/${PKGMANDIR}/man8/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd + ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \ + ${PREFIX}/share/examples/totd/totd.conf.sample + .include "../../mk/bsd.options.mk" .include "../../mk/bsd.pkg.mk" |