Skip to content

Commit

Permalink
Don't copy the makefile, just set MAKEFILE accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
frueauf committed Jul 25, 1998
1 parent 94ddc18 commit d47baac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions games/icbm3d/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
7 changes: 2 additions & 5 deletions games/xbomber/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/07/24 11:54:56 frueauf Exp $
# $NetBSD: Makefile,v 1.3 1998/07/25 18:04:44 frueauf Exp $
#

DISTNAME= xbomber.0.8
Expand All @@ -9,12 +9,9 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/xbomber/
MAINTAINER= root@garbled.net

WRKSRC= ${WRKDIR}/xbomber

MAKEFILE= makefile
USE_X11= yes

post-patch:
@${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile

pre-install:
${MKDIR} ${PREFIX}/share/doc/xbomber
${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/xbomber
Expand Down

0 comments on commit d47baac

Please sign in to comment.