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/zsnes | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 662b37901b4..951e8a661e7 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/26 21:41:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:14:41 agc Exp $ # DISTNAME= zsnes136src PKGNAME= zsnes-1.360 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/zsnes-1.36/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} @@ -18,6 +17,7 @@ ONLY_FOR_PLATFORM= *-*-i386 ALL_TARGET= zsnes +WRKSRC= ${WRKDIR}/zsnes-1.36/src GNU_CONFIGURE= # defined USE_GMAKE= # defined USE_BUILDLINK2= # defined |