Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 08:44:29 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317003 - in head/games/quake3-data: . files
Message-ID:  <201305010844.r418iTC1052162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 
 ====================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305010844.r418iTC1052162>