svn commit: r334701 - head/games/linux-enemyterritory-etpro

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 24 00:13:18 UTC 2013


Author: danilo
Date: Sun Nov 24 00:13:17 2013
New Revision: 334701
URL: http://svnweb.freebsd.org/changeset/ports/334701

Log:
  - Improve COMMENT
  - Add stage support

Modified:
  head/games/linux-enemyterritory-etpro/Makefile

Modified: head/games/linux-enemyterritory-etpro/Makefile
==============================================================================
--- head/games/linux-enemyterritory-etpro/Makefile	Sun Nov 24 00:03:43 2013	(r334700)
+++ head/games/linux-enemyterritory-etpro/Makefile	Sun Nov 24 00:13:17 2013	(r334701)
@@ -15,7 +15,7 @@ PKGNAMEPREFIX=	linux-enemyterritory-
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
 
 MAINTAINER=	ports at 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/${
 
 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>


More information about the svn-ports-head mailing list