diff options
Diffstat (limited to 'games/xmris/Makefile')
-rw-r--r-- | games/xmris/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 8251bbbf158..5191a85e0a5 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:25 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/14 01:14:29 jlam Exp $ DISTNAME= xmris.4.0.5 PKGNAME= xmris-4.05 @@ -14,8 +14,6 @@ COMMENT= Version of the Mr Do video arcade game for X USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -DEINSTALL_EXTRA_TMPL+= ${PKGDIR}/DEINSTALL - post-patch: @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile-pre @${SED} -e 's@XXXVARBASEXXX@${VARBASE}@g' \ |