diff options
Diffstat (limited to 'games/icbm3d')
-rw-r--r-- | games/icbm3d/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index 03b75666bd8..df766e779b2 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/24 11:41:06 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/25 18:03:38 frueauf Exp $ # DISTNAME= icbm3d.0.3 @@ -9,12 +9,9 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/ MAINTAINER= root@garbled.net WRKSRC= ${WRKDIR}/icbm3d - +MAKEFILE= makefile USE_X11= yes -post-patch: - @${CP} ${WRKSRC}/makefile ${WRKSRC}/Makefile - pre-install: ${MKDIR} ${PREFIX}/share/doc/icbm3d ${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d |