summaryrefslogtreecommitdiff
path: root/net/xprobe/files/patch-src_Makefile.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /net/xprobe/files/patch-src_Makefile.in
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to 'net/xprobe/files/patch-src_Makefile.in')
-rw-r--r--net/xprobe/files/patch-src_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/xprobe/files/patch-src_Makefile.in b/net/xprobe/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..9280cde27c15
--- /dev/null
+++ b/net/xprobe/files/patch-src_Makefile.in
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig 2005-07-27 08:38:17 UTC
++++ src/Makefile.in
+@@ -49,7 +49,6 @@ all: lib xprobe2
+
+ xprobe2: $(OBJS) modules
+ $(CXX) $(CFLAGS) $(OBJS) $(MODOBJS) -o $@ $(LDFLAGS) $(LIBS)
+- strip $@
+
+ modules:
+ cd xpmodules; ${MAKE}