diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/arnold | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/arnold')
-rw-r--r-- | emulators/arnold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index d15a52f53f4..f38e25efe84 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/11/22 23:55:15 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/20 12:14:40 agc Exp $ # DISTNAME= arnsrc27012002 PKGNAME= arnold-20020127 -WRKSRC= ${WRKDIR}/arnold/src CATEGORIES= emulators MASTER_SITES= http://arnold.emuunlim.com/download/ EXTRACT_SUFX= .zip @@ -15,6 +14,7 @@ COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator # we want case sensitive file names. EXTRACT_CMD_OPTS.zip= -aqo +WRKSRC= ${WRKDIR}/arnold/src USE_BUILDLINK2= yes GNU_CONFIGURE= yes ALL_TARGET= arnold |