pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul gxemul: Fix install failure, remove ....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1631cfb547b8
branches:  trunk
changeset: 440370:1631cfb547b8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Oct 07 13:25:20 2020 +0000

description:
gxemul: Fix install failure, remove .orig file

diffstat:

 emulators/gxemul/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ac0c5770250 -r 1631cfb547b8 emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Wed Oct 07 12:59:09 2020 +0000
+++ b/emulators/gxemul/Makefile Wed Oct 07 13:25:20 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index