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 PLIST. Remove patched .or...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fa59f883bc1
branches:  trunk
changeset: 457980:0fa59f883bc1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 05 15:07:01 2021 +0000

description:
gxemul: Fix PLIST. Remove patched .orig file

diffstat:

 emulators/gxemul/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e20dc3b02464 -r 0fa59f883bc1 emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Sun Sep 05 12:47:32 2021 +0000
+++ b/emulators/gxemul/Makefile Sun Sep 05 15:07:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2021/09/05 07:27:13 skrll Exp $
+# $NetBSD: Makefile,v 1.75 2021/09/05 15:07:01 ryoon Exp $
 
 DISTNAME=      gxemul-0.7.0
 PKGREVISION=   1
@@ -20,6 +20,9 @@
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}
 
+post-patch:
+       ${RM} -f ${WRKSRC}/doc/machine_cats.html.orig
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index