diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-06 09:41:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-06 09:41:47 +0000 |
commit | 56c6e473560d429ee78ad437629ead36bdbe29a8 (patch) | |
tree | a5533d0926461e4b294c26e3d54d2206b1252f5c /x11/XFree86-4-libraries | |
parent | 10199b5dbd270f7b25bd189aa817a635d2195b9a (diff) | |
download | ports-56c6e473560d429ee78ad437629ead36bdbe29a8.tar.gz ports-56c6e473560d429ee78ad437629ead36bdbe29a8.zip |
Notes
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-h | 13 |
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 \ @@\ |