aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-10-26 13:57:16 +0000
committerMark Pulford <markp@FreeBSD.org>2003-10-26 13:57:16 +0000
commit52ada713ae0e2aaa4124523ce06b4205afc1a486 (patch)
tree2dae9f0455e84a260c6b80e19a6ef98142431442 /security/stegdetect
parent06f59aa2ba88a4242c66438d3dc5d0863b89481d (diff)
downloadports-52ada713ae0e2aaa4124523ce06b4205afc1a486.tar.gz
ports-52ada713ae0e2aaa4124523ce06b4205afc1a486.zip
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r--security/stegdetect/files/patch-file-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-file-Makefile.in b/security/stegdetect/files/patch-file-Makefile.in
new file mode 100644
index 000000000000..6490c7d7fbb0
--- /dev/null
+++ b/security/stegdetect/files/patch-file-Makefile.in
@@ -0,0 +1,14 @@
+--- file/Makefile.in.orig Thu Oct 16 11:42:44 2003
++++ file/Makefile.in Thu Oct 16 11:42:50 2003
+@@ -504,9 +504,8 @@
+ done >> $@
+
+ magic.inc: magic
+- echo -n "\"" > $@
+- sed -e 's/\\/\\\\/g' -e 's/"/\\\"/g' magic >> $@
+- echo -n "\"" >> $@
++ sed -e 's/\\/\\\\/g' -e 's/"/\\\"/g' \
++ -e 's/^/"/' -e 's/\(.*\)/\1"/' magic > $@
+
+ file.1: Makefile file.man
+ @rm -f $@