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/hatari/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/hatari') diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 9271eee926d..db69d2d5303 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/01 03:18:15 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:41 agc Exp $ # DISTNAME= hatari-0.45 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} @@ -10,6 +9,7 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://hatari.sourceforge.net/ COMMENT= Atari ST emulator +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES USE_X11= YES USE_GMAKE= YES -- cgit v1.2.3