diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-07 07:24:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-07 07:24:49 +0000 |
commit | 81f29989fa76470f3f4ec302cdc11d6d3fc895fe (patch) | |
tree | b89245057402becc240f7a5ffbea08b07f373fac /net | |
parent | a9adc0c28e19bcf348de6f435b36990574fcb072 (diff) | |
download | pkgsrc-81f29989fa76470f3f4ec302cdc11d6d3fc895fe.tar.gz |
Fixed the path to the manual pages.
Diffstat (limited to 'net')
-rw-r--r-- | net/ngrep/Makefile | 4 | ||||
-rw-r--r-- | net/ngrep/distinfo | 4 | ||||
-rw-r--r-- | net/ngrep/patches/patch-ab | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 042e21d22b2..37edc1cd606 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:30:21 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/10/07 07:24:49 rillig Exp $ DISTNAME= ngrep-1.44 CATEGORIES= net @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-pcap-restart .if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" do-configure: - cd ${WRKSRC}; ./configure --prefix=${PREFIX} + cd ${WRKSRC} && ./configure --prefix=${PREFIX} .endif .include "../../net/libpcap/buildlink3.mk" diff --git a/net/ngrep/distinfo b/net/ngrep/distinfo index 13667c849ce..9289a201068 100644 --- a/net/ngrep/distinfo +++ b/net/ngrep/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2006/10/07 06:54:37 rillig Exp $ +$NetBSD: distinfo,v 1.13 2006/10/07 07:24:49 rillig Exp $ SHA1 (ngrep-1.44.tar.bz2) = ad17011d52abec29aaa876e5112114d00fe4a5e9 RMD160 (ngrep-1.44.tar.bz2) = 837433d0e3909218b65c8ecef46e2dd45ff99eed Size (ngrep-1.44.tar.bz2) = 793871 bytes SHA1 (patch-aa) = 094e184213a401a67c7c409e8f7245fa27f9dcd3 -SHA1 (patch-ab) = 08576e9080ba79abb9e9ad1a161cb51a2d768025 +SHA1 (patch-ab) = c2ff90264a29fc18e16d2b43e7403d784a4ef584 SHA1 (patch-ac) = 4b070c7f0e577cd5e9cbff17ee9bac1be7860581 SHA1 (patch-ad) = d36cbf882976bbe6af98aa02fa0d0386741e0f87 diff --git a/net/ngrep/patches/patch-ab b/net/ngrep/patches/patch-ab index 1e1e0ac829f..9a7a7f990a8 100644 --- a/net/ngrep/patches/patch-ab +++ b/net/ngrep/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.5 2005/02/25 09:23:41 adam Exp $ +$NetBSD: patch-ab,v 1.6 2006/10/07 07:24:49 rillig Exp $ + +Tags: not-for-upstream --- Makefile.in.orig 2005-02-25 10:20:17.000000000 +0000 +++ Makefile.in @@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.5 2005/02/25 09:23:41 adam Exp $ bindir = $(prefix)/bin datadir = $(prefix)/share -mandir = $(datadir)/man -+mandir = $(prefix)/man ++mandir = $(prefix)/$(PKGMANDIR) BINDIR_INSTALL = $(prefix)/bin MANDIR_INSTALL = $(mandir)/man8 |