diff options
author | xtraeme <xtraeme> | 2004-08-04 06:22:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-08-04 06:22:25 +0000 |
commit | 4756ecb686e2f68058af415e6d9ced066c6b76f5 (patch) | |
tree | cd926c3ac143c07d59db3a68b1ae069fc613bbb1 /emulators | |
parent | e723666001a367c7273ea41b2d79f9714212b17d (diff) | |
download | pkgsrc-4756ecb686e2f68058af415e6d9ced066c6b76f5.tar.gz |
Enable pkgviews installation and remove superfluous WRKSRC.
Diffstat (limited to 'emulators')
-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} |