From dc52048e014fdad9bb69ef9db159835a61c8dd4d 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/atari800/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/atari800') diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 695c1b4aedb..385e3ffad09 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/01/08 15:24:42 adam Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:14:40 agc Exp $ # DISTNAME= atari800-1.3.2 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip @@ -17,6 +16,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11= YES -- cgit v1.2.3