diff options
Diffstat (limited to 'games/xpat2/files/patch-Imakefile')
-rw-r--r-- | games/xpat2/files/patch-Imakefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xpat2/files/patch-Imakefile b/games/xpat2/files/patch-Imakefile new file mode 100644 index 000000000000..31bb2ba0eb5b --- /dev/null +++ b/games/xpat2/files/patch-Imakefile @@ -0,0 +1,24 @@ +--- Imakefile.orig ++++ Imakefile +@@ -220,8 +220,8 @@ + chmod 755 $(XPATLIBDIR)/$$f; \ + done + mkdirhier $(XPATMANDIR) +- cp xpat2.man $(XPATMANDIR)/xpat2.6x +- chmod 644 $(XPATMANDIR)/xpat2.6x ++ cp xpat2.man $(XPATMANDIR)/xpat2.6 ++ chmod 644 $(XPATMANDIR)/xpat2.6 + + ComplexProgramTarget($(MYPROG)) + InstallAppDefaults(XPat) +@@ -251,8 +251,8 @@ + done + cp xpat2 $(LXPATBINDIR) + chmod 755 $(LXPATBINDIR)/xpat2 +- cp xpat2.man $(LXPATMANDIR)/xpat2.6x +- chmod 644 $(LXPATMANDIR)/xpat2.6x ++ cp xpat2.man $(LXPATMANDIR)/xpat2.6 ++ chmod 644 $(LXPATMANDIR)/xpat2.6 + + + XCOMM Dependecies for the Qt interface: |