diff options
author | wiz <wiz> | 2005-04-16 12:44:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-16 12:44:49 +0000 |
commit | 246308712bedefcd154350fdca492a8d7f37d944 (patch) | |
tree | dc6187822a77679e038f31bdcee4a765b6ef6f32 /net | |
parent | 45aa0932c494b09f239964d056148b69ae3e09f3 (diff) | |
download | pkgsrc-246308712bedefcd154350fdca492a8d7f37d944.tar.gz |
Add patch-ap from wip/host to fix installation.
Add missing man/cat1/host.0 to PLIST.
Diffstat (limited to 'net')
-rw-r--r-- | net/host/PLIST | 3 | ||||
-rw-r--r-- | net/host/distinfo | 3 | ||||
-rw-r--r-- | net/host/patches/patch-ab | 29 |
3 files changed, 33 insertions, 2 deletions
diff --git a/net/host/PLIST b/net/host/PLIST index 78d50362eba..98e8430451e 100644 --- a/net/host/PLIST +++ b/net/host/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2005/03/26 05:19:20 christos Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/04/16 12:44:49 wiz Exp $ bin/host bin/mxlookup bin/nscheck bin/rblookup +man/cat1/host.0 man/man1/host.1 diff --git a/net/host/distinfo b/net/host/distinfo index 17a0e9dd032..d432b28d3dd 100644 --- a/net/host/distinfo +++ b/net/host/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/04/16 12:37:56 wiz Exp $ +$NetBSD: distinfo,v 1.7 2005/04/16 12:44:49 wiz Exp $ SHA1 (host-20040812.tar.gz) = 02027effe88a851e6cecf133cef8ba096af48258 RMD160 (host-20040812.tar.gz) = d8fc5a0a4218eae75bcd14cce4353f82f049175e Size (host-20040812.tar.gz) = 147758 bytes SHA1 (patch-aa) = bf2d0b44271feed9a1e595d78e34304052e34ab5 +SHA1 (patch-ab) = fe6011e2f5eb7e69e8589ead246fd4f574f77c31 diff --git a/net/host/patches/patch-ab b/net/host/patches/patch-ab new file mode 100644 index 00000000000..7212770c718 --- /dev/null +++ b/net/host/patches/patch-ab @@ -0,0 +1,29 @@ +$NetBSD: patch-ab,v 1.3 2005/04/16 12:44:49 wiz Exp $ + +--- Makefile.BSD.orig 2004-08-12 22:30:04.000000000 +0200 ++++ Makefile.BSD +@@ -52,14 +52,17 @@ NOSHARED = YES + BINDIR ?= ${PREFIX}/bin + BINOWN ?= root + +-.if defined(__NetBSD__) +-MANDIR ?= ${PREFIX}/share/man +-.elif defined(__FreeBSD__) +-MANDIR ?= ${PREFIX}/share/man/man +-.else ++#.if defined(__NetBSD__) ++#MANDIR ?= ${PREFIX}/share/man ++#.elif defined(__FreeBSD__) ++#MANDIR ?= ${PREFIX}/share/man/man ++#.else + # 4.4BSD, including BSD/OS +-MANDIR ?= ${PREFIX}/share/man/cat +-.endif ++#MANDIR ?= ${PREFIX}/share/man/cat ++#.endif ++ ++# Pkgsrc ++MANDIR?= ${PREFIX}/man + + # this check is a nasty hack and will break building 'host' in the + # NetBSD source tree on any host that doesn't have this file.... |