diff options
author | grant <grant@pkgsrc.org> | 2002-11-21 10:59:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-21 10:59:20 +0000 |
commit | 281ffb799574c587ba840e9a0e8e86e33a1c164d (patch) | |
tree | 819e5be298e4c8ceea2d5ec0454d7c41435fa091 /net/hesiod | |
parent | aba429a1a4cf5bbaed2d535865811fc104824d82 (diff) | |
download | pkgsrc-281ffb799574c587ba840e9a0e8e86e33a1c164d.tar.gz |
correct path to hesiod.conf in hesinfo(1) man page.
fixes pkg/18804 from John T. Rose.
Diffstat (limited to 'net/hesiod')
-rw-r--r-- | net/hesiod/Makefile | 7 | ||||
-rw-r--r-- | net/hesiod/distinfo | 3 | ||||
-rw-r--r-- | net/hesiod/patches/patch-aa | 13 |
3 files changed, 21 insertions, 2 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 5806b1f664f..59714840e8a 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/25 18:39:32 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/21 10:59:20 grant Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -17,4 +17,9 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +pre-build: + @${MV} ${WRKSRC}/hesinfo.1 ${WRKSRC}/hesinfo.1.orig + @${SED} -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|' \ + ${WRKSRC}/hesinfo.1.orig > ${WRKSRC}/hesinfo.1 + .include "../../mk/bsd.pkg.mk" diff --git a/net/hesiod/distinfo b/net/hesiod/distinfo index ac765241879..95aace9fb3e 100644 --- a/net/hesiod/distinfo +++ b/net/hesiod/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/11/29 11:41:28 seb Exp $ +$NetBSD: distinfo,v 1.2 2002/11/21 10:59:20 grant Exp $ SHA1 (hesiod-3.0.2.tar.gz) = bc88fc2ae3e7cf96af26d041ec113ab28f112d1d Size (hesiod-3.0.2.tar.gz) = 31974 bytes +SHA1 (patch-aa) = 75aac1de6d91ddb3619b97eee27a0fc85948b976 diff --git a/net/hesiod/patches/patch-aa b/net/hesiod/patches/patch-aa new file mode 100644 index 00000000000..acbf6e9f2ac --- /dev/null +++ b/net/hesiod/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/11/21 10:59:20 grant Exp $ + +--- hesinfo.1.orig Thu Nov 7 12:57:12 1996 ++++ hesinfo.1 +@@ -213,7 +213,7 @@ returns a list of printers in a cluster + .B <printer-cluster-name>. + + .SH FILES +-/etc/athena/hesiod.conf ++@PKG_SYSCONFDIR@/hesiod.conf + .SH "SEE ALSO" + `Hesiod - Project Athena Technical Plan -- Name Service', named(8), hesiod(3) + .SH AUTHOR |