aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/x2x/files/patch-Makefile.am
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-17 07:48:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-17 07:48:35 +0000
commite0bfc16b9fbc6088c9b0768f03e4139b6051d689 (patch)
treee1be4319f6113a8db31e4be776ee08e5e7b85af9 /x11-servers/x2x/files/patch-Makefile.am
parent120b53b79e5392be6ab18d1075637f492894996e (diff)
downloadports-e0bfc16b9fbc6088c9b0768f03e4139b6051d689.tar.gz
ports-e0bfc16b9fbc6088c9b0768f03e4139b6051d689.zip
Notes
Diffstat (limited to 'x11-servers/x2x/files/patch-Makefile.am')
-rw-r--r--x11-servers/x2x/files/patch-Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-servers/x2x/files/patch-Makefile.am b/x11-servers/x2x/files/patch-Makefile.am
deleted file mode 100644
index cc0bd4ac661a..000000000000
--- a/x11-servers/x2x/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2018-07-15 08:40:22 UTC
-+++ Makefile.am
-@@ -37,7 +37,7 @@ COPYING_FILES += COPYING
-
- lawyerese.c: $(COPYING_FILES)
- echo 'char *lawyerese =' > $@.tmp && \
-- sed -e 's|.*|"\0\\n"|g' $^ >> $@.tmp && \
-+ sed -e 's|.*|"\0\\n"|g' COPYING >> $@.tmp && \
- echo ";" >> $@.tmp && \
- mv $@.tmp $@ || rm -f $@.tmp
-