diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-06 17:35:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-06 17:35:16 +0000 |
commit | 7e5d051c4596b75383bb7dff0d5e31c24bf6a402 (patch) | |
tree | 4a2495cc2a057f8240ddf47be5ad7b13a70022b8 | |
parent | d8d6c894b92b6902f6c5c7987029207cf8027b94 (diff) | |
download | ports-7e5d051c4596b75383bb7dff0d5e31c24bf6a402.tar.gz ports-7e5d051c4596b75383bb7dff0d5e31c24bf6a402.zip |
Notes
-rw-r--r-- | net/xprobe/files/patch-src-defines.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/xprobe/files/patch-src-defines.h.in b/net/xprobe/files/patch-src-defines.h.in new file mode 100644 index 000000000000..080fc32a17a3 --- /dev/null +++ b/net/xprobe/files/patch-src-defines.h.in @@ -0,0 +1,11 @@ +--- src/defines.h.in.orig 2005-07-27 08:38:17 UTC ++++ src/defines.h.in +@@ -24,7 +24,7 @@ + + #define VERSION "@VERSION@" + #define BANNER \ +-"\nXprobe2 v."VERSION\ ++"\nXprobe2 v." VERSION \ + " Copyright (c) 2002-2005 fyodor@o0o.nu, ofir@sys-security.com, meder@o0o.nu"\ + "\n" + |