From 06f56759ab83097f935dffe578fb2580c3043d6b Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- emulators/stella/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/stella') diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 7ff1569da2c..dd4f1b56a53 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/09/17 19:40:18 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $ DISTNAME= stella-1.1-src PKGNAME= stella-1.1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src/build CATEGORIES= emulators MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://stella.atari.org/ COMMENT= Multi-platform Atari 2600 VCS emulator +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src/build USE_X11= yes MAKEFILE= makefile -- cgit v1.2.3