diff options
Diffstat (limited to 'games/dopewars/files/patch-doc::Makefile.in')
-rw-r--r-- | games/dopewars/files/patch-doc::Makefile.in | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/games/dopewars/files/patch-doc::Makefile.in b/games/dopewars/files/patch-doc::Makefile.in index 8679fcf..8908afc 100644 --- a/games/dopewars/files/patch-doc::Makefile.in +++ b/games/dopewars/files/patch-doc::Makefile.in @@ -1,6 +1,18 @@ ---- doc/Makefile.in.orig Sat Mar 2 15:25:02 2002 -+++ doc/Makefile.in Mon Mar 25 09:33:45 2002 -@@ -246,10 +246,12 @@ + +$FreeBSD$ + +--- doc/Makefile.in.orig Mon Oct 21 13:09:21 2002 ++++ doc/Makefile.in Tue Mar 4 19:35:58 2003 +@@ -132,7 +132,7 @@ + install_sh = @install_sh@ + localedir = @localedir@ + plugindir = @plugindir@ +-DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/ ++DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}/ + DOCS = aiplayer.html configfile.html index.html i18n.html \ + server.html clientplay.html credits.html example-cfg \ + installation.html servercommands.html commandline.html \ +@@ -449,10 +449,12 @@ install-data-local: @@ -11,5 +23,5 @@ done +endif - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + uninstall-local: + for doc in ${DOCS}; do \ |