diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/vba | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 235c61baa66..8beb019e619 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:14:41 agc Exp $ DISTNAME= VisualBoyAdvance-src-1.6a PKGNAME= vba-1.6.0.1 -WRKSRC= ${WRKDIR}/VisualBoyAdvance-1.6a CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vba/} EXTRACT_SUFX= .zip @@ -11,6 +10,7 @@ MAINTAINER= snj@pobox.com HOMEPAGE= http://vboy.emuhq.com/ COMMENT= Gameboy advance emulator +WRKSRC= ${WRKDIR}/VisualBoyAdvance-1.6a USE_GMAKE= yes USE_BUILDLINK2= yes USE_LIBTOOL= yes |