diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-08 13:59:14 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-08 13:59:14 +0000 |
commit | 84f1cc3e2a0eb19e3bdbde0c4c6017e3fb93d3d6 (patch) | |
tree | ed3f5e683cb50609bd49a0a1ce995c4df12d26c7 /games/crossfire-server | |
parent | e90cf76b372d05a9ed1918ab8ec49ccc7d3f8ad6 (diff) | |
download | FreeBSD-ports-84f1cc3e2a0eb19e3bdbde0c4c6017e3fb93d3d6.zip FreeBSD-ports-84f1cc3e2a0eb19e3bdbde0c4c6017e3fb93d3d6.tar.gz |
Information, to update ${PREFIX}/etc/rplay.conf to get sound.
Forgot to mention in previous commit:
- install in ${PREFIX}/lib/crossfire
- install docu in ${PREFIX}/share/doc/crossfire
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index cab974f..d5d874f 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.19 1997/10/13 20:31:28 andreas Exp $ +# $Id: Makefile,v 1.20 1998/05/08 13:51:26 andreas Exp $ # DISTNAME= crossfire-${MAJ}.${MIN}.${PL} @@ -76,5 +76,7 @@ post-install: @chmod 6555 ${PREFIX}/bin/crossfire ${ECHO} "Note: to start crossfire in clientmode" ${ECHO} " crossfire -xpm" + ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" + ${ECHO} " with new sounds in ${CFDIR}/sounds" .include <bsd.port.mk> |