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/xbeeb | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/xbeeb')
-rw-r--r-- | emulators/xbeeb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xbeeb/Makefile b/emulators/xbeeb/Makefile index 17fc3c2cee3..ec523fa29fa 100644 --- a/emulators/xbeeb/Makefile +++ b/emulators/xbeeb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/11/23 07:16:39 salo Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:14:41 agc Exp $ # DISTNAME= xbeeb-0.3.6 -WRKSRC= ${WRKDIR}/xbeeb CATEGORIES= emulators x11 MASTER_SITES= ftp://ftp.netcom.net.uk/pub/Micros/BBC/Emulators/Xbeeb/ EXTRACT_SUFX= .tgz @@ -11,6 +10,7 @@ MAINTAINER= skrll@NetBSD.org HOMEPAGE= http://www.netcomuk.co.uk/~james/BBCMicro/Xbeeb/index.html COMMENT= Acorn BBC Micro emulator with an X based interface +WRKSRC= ${WRKDIR}/xbeeb USE_IMAKE= yes MAN_PAGE= ${WRKDIR}/xbeeb.1 |