pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ngrep Fixed the path to the manual pages.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3dff79f8b56
branches: trunk
changeset: 519654:c3dff79f8b56
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 07 07:24:49 2006 +0000
description:
Fixed the path to the manual pages.
diffstat:
net/ngrep/Makefile | 4 ++--
net/ngrep/distinfo | 4 ++--
net/ngrep/patches/patch-ab | 6 ++++--
3 files changed, 8 insertions(+), 6 deletions(-)
diffs (53 lines):
diff -r 0457f8673e48 -r c3dff79f8b56 net/ngrep/Makefile
--- a/net/ngrep/Makefile Sat Oct 07 07:12:22 2006 +0000
+++ b/net/ngrep/Makefile Sat Oct 07 07:24:49 2006 +0000
@@ -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 @@
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
do-configure:
- cd ${WRKSRC}; ./configure --prefix=${PREFIX}
+ cd ${WRKSRC} && ./configure --prefix=${PREFIX}
.endif
.include "../../net/libpcap/buildlink3.mk"
diff -r 0457f8673e48 -r c3dff79f8b56 net/ngrep/distinfo
--- a/net/ngrep/distinfo Sat Oct 07 07:12:22 2006 +0000
+++ b/net/ngrep/distinfo Sat Oct 07 07:24:49 2006 +0000
@@ -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 -r 0457f8673e48 -r c3dff79f8b56 net/ngrep/patches/patch-ab
--- a/net/ngrep/patches/patch-ab Sat Oct 07 07:12:22 2006 +0000
+++ b/net/ngrep/patches/patch-ab Sat Oct 07 07:24:49 2006 +0000
@@ -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 @@
bindir = $(prefix)/bin
datadir = $(prefix)/share
-mandir = $(datadir)/man
-+mandir = $(prefix)/man
++mandir = $(prefix)/$(PKGMANDIR)
BINDIR_INSTALL = $(prefix)/bin
MANDIR_INSTALL = $(mandir)/man8
Home |
Main Index |
Thread Index |
Old Index