diff options
Diffstat (limited to 'emulators/darcnes/Makefile')
-rw-r--r-- | emulators/darcnes/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 27c12f60ff4..8ff9872d994 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2000/03/08 01:42:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/03 10:57:11 wiz Exp $ -DISTNAME= dn9a0305 -PKGNAME= darcnes-20000305 +DISTNAME= dn9a0530 +PKGNAME= darcnes-20000530 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators MASTER_SITES= http://www.netway.com/~nyef/ @@ -15,10 +15,6 @@ LICENSE= no-commercial-use USE_X11= yes USE_GMAKE= yes -# make dependencies -post-patch: - cd ${WRKSRC} && ${GMAKE} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes |