diff options
Diffstat (limited to 'games/dopewars/files/patch-aa')
-rw-r--r-- | games/dopewars/files/patch-aa | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/games/dopewars/files/patch-aa b/games/dopewars/files/patch-aa index 97385084e805..e7dad8f8494e 100644 --- a/games/dopewars/files/patch-aa +++ b/games/dopewars/files/patch-aa @@ -1,20 +1,11 @@ ---- Makefile.am.orig Mon Jan 10 18:07:57 2000 -+++ Makefile.am Fri Jan 14 16:30:09 2000 -@@ -2,7 +2,7 @@ - dopewars_SOURCES = AIPlayer.c serverside.c clientside.c dopewars.c message.c \ - dopeos.c - --DOCPATH=/usr/doc/${PACKAGE}-${VERSION}/ -+DOCPATH=${LOCALBASE}/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 -@@ -15,6 +15,6 @@ - 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 -o root -g wheel -m 0755 $(DOCPATH) -+ ${INSTALL} -o root -g wheel -m 0644 $(DOCS) $(DOCPATH) +--- Makefile.am.orig Mon Jun 18 14:30:07 2001 ++++ Makefile.am Mon Jun 18 14:30:59 2001 +@@ -5,7 +5,6 @@ + install-data-local: + ${mkinstalldirs} ${DESTDIR}${datadir} + touch ${DESTDIR}${datadir}/dopewars.sco +- chown root:games ${DESTDIR}${datadir}/dopewars.sco || \ +- chown root:wheel ${DESTDIR}${datadir}/dopewars.sco ++ chown root:wheel ${DESTDIR}${datadir}/dopewars.sco + chmod 0660 ${DESTDIR}${datadir}/dopewars.sco |