aboutsummaryrefslogtreecommitdiff
path: root/games/linux-enemyterritory-etpro
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-24 00:13:17 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-24 00:13:17 +0000
commite36b9396555fd202058a62aa7719ff41a1bfee8e (patch)
tree7cbf85da1d815157eefe83fc8661512472f87571 /games/linux-enemyterritory-etpro
parenta61df90f295ce805a5e4e58ec65df91007f1dfc1 (diff)
downloadports-e36b9396555fd202058a62aa7719ff41a1bfee8e.tar.gz
ports-e36b9396555fd202058a62aa7719ff41a1bfee8e.zip
Notes
Diffstat (limited to 'games/linux-enemyterritory-etpro')
-rw-r--r--games/linux-enemyterritory-etpro/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/linux-enemyterritory-etpro/Makefile b/games/linux-enemyterritory-etpro/Makefile
index 15d03d429663..9721074ccee7 100644
--- a/games/linux-enemyterritory-etpro/Makefile
+++ b/games/linux-enemyterritory-etpro/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= linux-enemyterritory-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
-COMMENT= ET Pro - The Enemy Territory Competition Mod
+COMMENT= ET Pro - Enemy Territory Competition Mod
RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
@@ -27,7 +27,6 @@ DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}
PLIST_SUB= VERSION="${PORTVERSION:S/./_/g}"
-NO_STAGE= yes
do-build:
.for f in et etded
@(${ECHO} "#!/bin/sh"; \
@@ -37,9 +36,9 @@ do-build:
do-install:
.for f in et etded
- ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.endfor
- ${MKDIR} ${DATADIR}
- ${CP} -R ${WRKSRC}/${PORTNAME}/* ${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${CP} -R ${WRKSRC}/${PORTNAME}/* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>