diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-29 20:03:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-29 20:03:49 +0000 |
commit | 00573bc60673679b327df0ef95d053453d25aef6 (patch) | |
tree | b37dc1cfabfd1b8c7a32e51f84df4d725f849b60 /games/dopewars/files | |
parent | 6ba32b931fe020ca75c016a303a4e7bed7d8b8c7 (diff) | |
download | ports-00573bc60673679b327df0ef95d053453d25aef6.tar.gz ports-00573bc60673679b327df0ef95d053453d25aef6.zip |
Notes
Diffstat (limited to 'games/dopewars/files')
-rw-r--r-- | games/dopewars/files/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/dopewars/files/patch-ac b/games/dopewars/files/patch-ac new file mode 100644 index 000000000000..1fd08c53153c --- /dev/null +++ b/games/dopewars/files/patch-ac @@ -0,0 +1,22 @@ +--- Makefile.in.orig Thu Jan 13 15:58:16 2000 ++++ Makefile.in Fri Jan 28 00:24:48 2000 +@@ -66,7 +66,7 @@ + dopewars_SOURCES = AIPlayer.c serverside.c clientside.c dopewars.c message.c dopeos.c + + +-DOCPATH = /usr/doc/${PACKAGE}-${VERSION}/ ++DOCPATH = ${PREFIX}/share/doc/${PACKAGE}/ + DOCS = aiplayer.html configfile.html index.html server.html clientplay.html credits.html installation.html servercommands.html commandline.html developer.html metaserver.html windows.html README + + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -400,8 +400,8 @@ + touch ${datadir}/dopewars.sco + chown root.games ${datadir}/dopewars.sco + chmod 0660 ${datadir}/dopewars.sco +- ${INSTALL} -d -o root -g root -m 0755 $(DOCPATH) +- ${INSTALL} -o root -g root -m 0644 $(DOCS) $(DOCPATH) ++ ${INSTALL} -d -m 0755 $(DOCPATH) ++ ${INSTALL} -m 0644 $(DOCS) $(DOCPATH) + + # 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. |