diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-07-24 12:49:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-07-24 12:49:06 +0000 |
commit | abf7932c8d6fcc115b9b068777d6d1ed7acb00df (patch) | |
tree | b9e666c2b21ce422539bc85f3d564a4e4371e94d /games/galaxa | |
parent | cedc0c7e2e8a820fd0e64c4bcd71708f6648fecd (diff) | |
download | pkgsrc-abf7932c8d6fcc115b9b068777d6d1ed7acb00df.tar.gz |
Use makefile as such, do not copy(!) to Makefile
Diffstat (limited to 'games/galaxa')
-rw-r--r-- | games/galaxa/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index d3e14c76ae5..56ef6d3870e 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/24 12:17:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/24 12:49:06 hubertf Exp $ # DISTNAME= galaxa.0.1 @@ -9,12 +9,9 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/galaxa/ MAINTAINER= root@garbled.net WRKSRC= ${WRKDIR}/galaxa - +MAKEFILE= makefile USE_X11= yes -post-patch: - @${CP} ${WRKSRC}/makefile ${WRKSRC}/Makefile - pre-install: ${MKDIR} ${PREFIX}/share/doc/galaxa ${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/galaxa |