diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-01 05:53:29 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-01 05:53:29 +0000 |
commit | 82e4150b275788ee592726f89336ef90abf8fcc4 (patch) | |
tree | 60b890ac4fa81775d3d9c7dee55441e77cd1c2ec /emulators/mips64emul | |
parent | e85c6d2c0be261cee7d790ee10db1fc6136b02da (diff) | |
download | pkgsrc-82e4150b275788ee592726f89336ef90abf8fcc4.tar.gz |
Remove a commented out line for WRKSRC.
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r-- | emulators/mips64emul/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index dca9ac0159d..2db1d93fe9b 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/07/01 05:52:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/01 05:53:29 xtraeme Exp $ # DISTNAME= mips64emul-0.1 @@ -12,7 +12,6 @@ COMMENT= MIPS 32/64-bit emulator USE_BUILDLINK3= yes USE_X11= yes HAS_CONFIGURE= yes -#WRKSRC= ${WRKDIR}/mips64emul-${DIST_VER} INSTALLATION_DIRS= bin share/doc/${PKGBASE} |