diff options
author | skrll <skrll@pkgsrc.org> | 2021-02-20 14:24:58 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2021-02-20 14:24:58 +0000 |
commit | 4eaa5736be6e7acd9e8ff2ad29a7e77334b7ea84 (patch) | |
tree | 1c41d0bd457862b8e7d7ee5d651fe832a13c313d /emulators | |
parent | 26dd86a72850c19b247c55bcf1f3c819f2a4df68 (diff) | |
download | pkgsrc-4eaa5736be6e7acd9e8ff2ad29a7e77334b7ea84.tar.gz |
Update to 0.6.3
* All pkgsrc patches are included by upstream.
Changelog:
OpenBSD/luna88k can now run in the emulator (with root-on-nfs), and there
is now tap device support for networking contributed by Jason Thorpe.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index be676e3993a..29f99ad960d 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2021/01/16 16:49:36 skrll Exp $ +# $NetBSD: Makefile,v 1.71 2021/02/20 14:24:58 skrll Exp $ -DISTNAME= gxemul-0.6.2 -PKGREVISION= 2 +DISTNAME= gxemul-0.6.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxemul/} @@ -26,7 +25,6 @@ do-install: .for f in README HISTORY LICENSE ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .endfor - ${RM} ${WRKSRC}/doc/networking.html.orig cd ${WRKSRC}/doc && pax -rwppm . ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} PKG_OPTIONS_VAR= PKG_OPTIONS.gxemul |