diff options
author | hubertf <hubertf> | 1998-07-24 12:49:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-07-24 12:49:06 +0000 |
commit | d94d672a601cce83e0a0c2a4e54f78377c575848 (patch) | |
tree | b9e666c2b21ce422539bc85f3d564a4e4371e94d /games | |
parent | 086e7f51e8186b2ac66c26dc521bc78fbfc5935c (diff) | |
download | pkgsrc-d94d672a601cce83e0a0c2a4e54f78377c575848.tar.gz |
Use makefile as such, do not copy(!) to Makefile
Diffstat (limited to 'games')
-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 |