diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /emulators/doscmd | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'emulators/doscmd')
-rw-r--r-- | emulators/doscmd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index a47b0dc547d..17985e71150 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2002/08/16 16:05:29 agc Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/29 12:40:48 jmmv Exp $ # DISTNAME= doscmd-19960502-2 PKGNAME= doscmd-19960502.2 +WRKSRC= ${WRKDIR}/doscmd CATEGORIES= emulators MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/ @@ -12,8 +13,6 @@ COMMENT= MS-DOS emulator (NetBSD/i386 only) # mmap() portability (no MAP_FIXED), and objcopy problems on NetBSD-1.6-i386 and later ONLY_FOR_PLATFORM= NetBSD-1.[345]*-i386 -WRKSRC= ${WRKDIR}/doscmd - MAKE_ENV= X11BASE=${X11BASE} MANCOMPRESSED_IF_MANZ= yes |