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/plex86 | |
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/plex86')
-rw-r--r-- | emulators/plex86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index 6b89681d7a4..c9911551681 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2001/02/17 18:38:21 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:50 jmmv Exp $ DISTNAME= plex86-20010106 PKGNAME= ${DISTNAME:S/-/-0./} +WRKSRC= ${WRKDIR}/plex86 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.plex86.org/ COMMENT= Extensible open source PC virtualization software (free VMware) -WRKSRC= ${WRKDIR}/plex86 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-NetBSD \ --with-netbsd-source=${BSDSRCDIR}/sys |