mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7c8cef665b
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.
12 lines
462 B
Plaintext
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)) @@\
|
|
@@\
|