Files
pkgsrc-ng/net/ngrep/patches/patch-ab
2014-11-05 12:41:07 +01:00

26 lines
762 B
Plaintext

$NetBSD: patch-ab,v 1.7 2014/01/14 22:43:19 tron Exp $
1.) Install manual pages in correct directory.
2.) Fix build with version 4.0 of GNU make.
--- Makefile.in.orig 2006-11-28 13:35:37.000000000 +0000
+++ Makefile.in 2014-01-14 22:40:38.000000000 +0000
@@ -25,7 +25,7 @@
bindir = $(prefix)/bin
datadir = $(prefix)/share
-mandir = $(datadir)/man
+mandir = $(prefix)/$(PKGMANDIR)
BINDIR_INSTALL = $(prefix)/bin
MANDIR_INSTALL = $(mandir)/man8
@@ -63,7 +63,7 @@
rm -f config.status config.cache config.log config.h Makefile
$(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
- $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
+ $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
$(OBJS): Makefile ngrep.c ngrep.h