pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpdump/patches tcpdump: add patch-Makefile.in



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60a79cd8fc1e
branches:  trunk
changeset: 769593:60a79cd8fc1e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 16 16:20:18 2021 +0000

description:
tcpdump: add patch-Makefile.in

diffstat:

 net/tcpdump/patches/patch-Makefile.in |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 9540a058488e -r 60a79cd8fc1e net/tcpdump/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpdump/patches/patch-Makefile.in     Tue Nov 16 16:20:18 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.in,v 1.1 2021/11/16 16:20:18 adam Exp $
+
+Don't install another copy of VERSION.
+
+--- Makefile.in.orig   2021-06-07 20:21:43.000000000 +0000
++++ Makefile.in
+@@ -418,7 +418,6 @@ install: all
+       [ -d $(DESTDIR)$(bindir) ] || \
+           (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
+       $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG)
+-      $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG).`cat ${srcdir}/VERSION`
+       [ -d $(DESTDIR)$(mandir)/man1 ] || \
+           (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
+       $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1



Home | Main Index | Thread Index | Old Index