summaryrefslogtreecommitdiff
path: root/emulators/hatari
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /emulators/hatari
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/hatari')
-rw-r--r--emulators/hatari/Makefile4
1 files changed, 2 insertions, 2 deletions
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