aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-05-01 16:44:29 +0800
committerdanfe <danfe@FreeBSD.org>2013-05-01 16:44:29 +0800
commit3ce993332e4779a42a450c5ef295e98549a5a8fe (patch)
tree7bac1ddcf4d30edfa34165c1d29b8bb9419f45e9 /games
parentff1b94002e7ae0eb7b2f24beb4465be4cee442ac (diff)
downloadfreebsd-ports-gnome-3ce993332e4779a42a450c5ef295e98549a5a8fe.tar.gz
freebsd-ports-gnome-3ce993332e4779a42a450c5ef295e98549a5a8fe.tar.zst
freebsd-ports-gnome-3ce993332e4779a42a450c5ef295e98549a5a8fe.zip
Reduce gratuitous differences with `games/quake2-data' port.
Diffstat (limited to 'games')
-rw-r--r--games/quake3-data/Makefile7
-rw-r--r--games/quake3-data/files/pkg-message.in4
2 files changed, 6 insertions, 5 deletions
diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile
index 005b36ac3b48..549e639dbda3 100644
--- a/games/quake3-data/Makefile
+++ b/games/quake3-data/Makefile
@@ -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:
diff --git a/games/quake3-data/files/pkg-message.in b/games/quake3-data/files/pkg-message.in
index 43437109811c..1db0fbde4142 100644
--- a/games/quake3-data/files/pkg-message.in
+++ b/games/quake3-data/files/pkg-message.in
@@ -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.
====================================================================