1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/XFree86/files/patch-cf-lnxdoc.rules
John Baldwin 7c8cef665b Make these into actual patches against XFree86 instead of patches against
the XFree86 port directory.  Before these would generate the files
files/patch-r0[1234] (some of them multiple times), now they will actually
patch the X sources to achieve the desired results.
2001-03-22 01:45:11 +00:00

12 lines
462 B
Plaintext

--- config/cf/lnxdoc.rules.orig Tue Jul 18 18:16:01 2000
+++ config/cf/lnxdoc.rules Tue Jul 18 18:19:05 2000
@@ -122,7 +122,7 @@
@(BASE=`basename sgmlfile .sgml`;\ @@\
set -x;\ @@\
RemoveFile($$BASE.latin1);\ @@\
- $(SGMLFMTCMD) -f latin1 -b -n sgmlfile && \ @@\
+ $(SGMLFMTCMD) -f latin1 sgmlfile && \ @@\
$(XFREE86IDENTFIX) < $$BASE.latin1 > _$@ && $(MV) _$@ $@ && \ @@\
RemoveFile($$BASE.latin1)) @@\
@@\