summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-06 09:41:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-06 09:41:47 +0000
commit56c6e473560d429ee78ad437629ead36bdbe29a8 (patch)
treea5533d0926461e4b294c26e3d54d2206b1252f5c /x11/XFree86-4-libraries
parentUpdate to 0.12. (diff)
Work around bug (?) in BSD make that causes HTML manpages to be generated
with wrong suffix when MANSUFFIX is defined. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=32330
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-h13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-h b/x11/XFree86-4-libraries/files/patch-h
index e6ab4a06e81c..1a31284da1d5 100644
--- a/x11/XFree86-4-libraries/files/patch-h
+++ b/x11/XFree86-4-libraries/files/patch-h
@@ -1,6 +1,17 @@
--- config/cf/Imake.rules.orig Wed Mar 8 00:54:17 2000
+++ config/cf/Imake.rules Wed Apr 12 18:00:00 2000
-@@ -1437,7 +1437,7 @@
+@@ -1297,8 +1297,8 @@
+ @@\
+ dest.suffix.html: file.man RmanCmdDependency @@\
+ RemoveFiles(dest.suffix.html dest.suffix-html) @@\
+- RunProgram(RMAN,$(RMANOPTIONS) < file.man > dest.suffix-html) &&\ @@\
+- $(MV) dest.suffix-html $@ @@\
++ RunProgram(RMAN,$(RMANOPTIONS) < file.man > dest.suffix-html) && \ @@\
++ $(MV) dest.suffix-html dest.suffix.html @@\
+ @@\
+ install.man:: dest.suffix.html @@\
+ MakeDir($(DESTDIR)$(DOCHTMLDIR)) @@\
+@@ -1533,7 +1533,7 @@
MakeDir(Concat($(DESTDIR),npath/mdir)) @@\
@MakeFlagsToShellFlags(i,set +e); \ @@\
if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\