svn commit: r317003 - in head/games/quake3-data: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed May 1 08:44:30 UTC 2013


Author: danfe
Date: Wed May  1 08:44:29 2013
New Revision: 317003
URL: http://svnweb.freebsd.org/changeset/ports/317003

Log:
  Reduce gratuitous differences with `games/quake2-data' port.

Modified:
  head/games/quake3-data/Makefile
  head/games/quake3-data/files/pkg-message.in

Modified: head/games/quake3-data/Makefile
==============================================================================
--- head/games/quake3-data/Makefile	Wed May  1 08:35:22 2013	(r317002)
+++ head/games/quake3-data/Makefile	Wed May  1 08:44:29 2013	(r317003)
@@ -22,9 +22,10 @@ SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	TEAMARENA
 OPTIONS_DEFAULT=	TEAMARENA
+
 TEAMARENA_DESC=		Install Quake III Team Arena data files
 
-.include "Makefile.include"
+.include "Makefile.include"	# must be included before bsd.port.options.mk
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTEAMARENA}
@@ -41,11 +42,11 @@ do-extract:
 
 do-install:
 	@${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/baseq3 ${DATADIR}
+	${CP} -a ${WRKSRC}/baseq3 ${DATADIR}
 	@${MKDIR} ${PREFIX}/share/pixmaps
 	${INSTALL_DATA} ${WRKSRC}/quake3.xpm ${PREFIX}/share/pixmaps
 .if ${PORT_OPTIONS:MTEAMARENA}
-	${CP} -R ${WRKSRC}/missionpack ${DATADIR}
+	${CP} -a ${WRKSRC}/missionpack ${DATADIR}
 .endif
 
 post-install:

Modified: head/games/quake3-data/files/pkg-message.in
==============================================================================
--- head/games/quake3-data/files/pkg-message.in	Wed May  1 08:35:22 2013	(r317002)
+++ head/games/quake3-data/files/pkg-message.in	Wed May  1 08:44:29 2013	(r317003)
@@ -2,10 +2,10 @@
 
 To complete the installation of this port you need to copy the file
 "baseq3/pak0.pk3" from the original Quake III Arena distribution to
-"%%DATADIR%%/baseq3".
+%%DATADIR%%/baseq3.
 
 If you have the expansion pack then you have to copy the file
 "missionpack/pak0.pk3" from the original Quake III Team Arena
-distribution to "%%DATADIR%%/missionpack".
+distribution to %%DATADIR%%/missionpack.
 
 ====================================================================


More information about the svn-ports-all mailing list