diff options
Diffstat (limited to 'games/4stattack/Makefile')
-rw-r--r-- | games/4stattack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index a8f5c9b..c061b95 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 4stAttack -# Date created: 26 Jan 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= 4stattack PORTVERSION= 2.1.4 @@ -24,6 +20,7 @@ NO_BUILD= yes PYC= PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|; s|%%PYTHON%%|${PYTHON_CMD}|' \ ${WRKSRC}/4stattack |