pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tcpdump/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 16 16:20:18 UTC 2021

Added Files:
        pkgsrc/net/tcpdump/patches: patch-Makefile.in

Log Message:
tcpdump: add patch-Makefile.in


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tcpdump/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/tcpdump/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/net/tcpdump/patches/patch-Makefile.in:1.1
--- /dev/null   Tue Nov 16 16:20:18 2021
+++ pkgsrc/net/tcpdump/patches/patch-Makefile.in        Tue Nov 16 16:20:18 2021
@@ -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