diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-08-04 06:22:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-08-04 06:22:25 +0000 |
commit | 2cae6d078e10201357532361595b24cd20fc21ac (patch) | |
tree | cd926c3ac143c07d59db3a68b1ae069fc613bbb1 /emulators/mips64emul | |
parent | a00c723d73bc62f291dbb3070c0f12b0bb842f5f (diff) | |
download | pkgsrc-2cae6d078e10201357532361595b24cd20fc21ac.tar.gz |
Enable pkgviews installation and remove superfluous WRKSRC.
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r-- | emulators/mips64emul/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index d36b5db75c1..a05b061019f 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/08/04 06:16:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/04 06:22:25 xtraeme Exp $ # DISTNAME= mips64emul-0.2 @@ -9,10 +9,11 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ COMMENT= MIPS 32/64-bit emulator +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_X11= yes HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLATION_DIRS= bin share/doc/${PKGBASE} |