summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-10-07 13:25:20 +0000
committerryoon <ryoon@pkgsrc.org>2020-10-07 13:25:20 +0000
commitd3bb8909d152a57c8ff23b2f79f7d747e122b10b (patch)
tree3176b4ad887517a463a16306a333f0182569a24e /emulators
parent2ccff2823d34c1f4fadc28235ba6caf8d2b1679a (diff)
downloadpkgsrc-d3bb8909d152a57c8ff23b2f79f7d747e122b10b.tar.gz
gxemul: Fix install failure, remove .orig file
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gxemul/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index aaadbd95624..f935d048ed7 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/10/07 00:43:04 thorpej Exp $
+# $NetBSD: Makefile,v 1.69 2020/10/07 13:25:20 ryoon Exp $
DISTNAME= gxemul-0.6.2
PKGREVISION= 1
@@ -26,6 +26,7 @@ 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