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 | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/atari800 | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |