diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/mmix | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/mmix')
-rw-r--r-- | emulators/mmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 3117e0578f6..29bcfe6083f 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2003/07/30 19:20:33 jtb Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:14:41 agc Exp $ DISTNAME= mmix-20030622 -WRKSRC= ${WRKDIR} CATEGORIES= emulators devel lang MASTER_SITES= http://www-cs-faculty.stanford.edu/~knuth/programs/ @@ -11,6 +10,7 @@ COMMENT= Simulators for Knuth's MMIX RISC architecture BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb +WRKSRC= ${WRKDIR} ALL_TARGET= all doc do-install: |