diff options
Diffstat (limited to 'games/childsplay/Makefile')
-rw-r--r-- | games/childsplay/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index 4460454b5c0a..2597ea122d0f 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyassetml -# Date created: 6 July 2004 -# Whom: bruno -# +# Created by: bruno # $FreeBSD$ -# PORTNAME= childsplay PORTVERSION= 0.90.2 @@ -28,6 +24,7 @@ MAKE_ENV= LANG=C MAN6= childsplay.6 letters-trans.6 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/INSTALL.sh @${REINPLACE_CMD} -e "s@ASSETMLROOT = '/usr/local@ASSETMLROOT= '${PREFIX}@g" ${WRKSRC}/pyassetml.py |