summaryrefslogtreecommitdiff
path: root/net/ngrep/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-07 07:24:49 +0000
committerrillig <rillig@pkgsrc.org>2006-10-07 07:24:49 +0000
commit81f29989fa76470f3f4ec302cdc11d6d3fc895fe (patch)
treeb89245057402becc240f7a5ffbea08b07f373fac /net/ngrep/Makefile
parenta9adc0c28e19bcf348de6f435b36990574fcb072 (diff)
downloadpkgsrc-81f29989fa76470f3f4ec302cdc11d6d3fc895fe.tar.gz
Fixed the path to the manual pages.
Diffstat (limited to 'net/ngrep/Makefile')
-rw-r--r--net/ngrep/Makefile4
1 files changed, 2 insertions, 2 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"