summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2002-11-21 10:59:20 +0000
committergrant <grant>2002-11-21 10:59:20 +0000
commit0c3543b318b298ace71f63b7fd2832447874d548 (patch)
tree819e5be298e4c8ceea2d5ec0454d7c41435fa091 /net
parent5a29f46421fde31caf3ed6c36222e999363ef9b9 (diff)
downloadpkgsrc-0c3543b318b298ace71f63b7fd2832447874d548.tar.gz
correct path to hesiod.conf in hesinfo(1) man page.
fixes pkg/18804 from John T. Rose.
Diffstat (limited to 'net')
-rw-r--r--net/hesiod/Makefile7
-rw-r--r--net/hesiod/distinfo3
-rw-r--r--net/hesiod/patches/patch-aa13
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