diff options
Diffstat (limited to 'games/dopewars/files/patch-doc::help::Makefile.in')
-rw-r--r-- | games/dopewars/files/patch-doc::help::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/dopewars/files/patch-doc::help::Makefile.in b/games/dopewars/files/patch-doc::help::Makefile.in new file mode 100644 index 000000000000..b9a1ea824408 --- /dev/null +++ b/games/dopewars/files/patch-doc::help::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/help/Makefile.in.orig Tue Mar 4 19:36:07 2003 ++++ doc/help/Makefile.in Tue Mar 4 19:36:19 2003 +@@ -132,7 +132,7 @@ + install_sh = @install_sh@ + localedir = @localedir@ + plugindir = @plugindir@ +-DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/help ++DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}/help + DOCS = cops.html general.html locations.html sounds.html \ + drugs.html guns.html server.html + |