pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/gxemul



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Oct  7 13:25:20 UTC 2020

Modified Files:
        pkgsrc/emulators/gxemul: Makefile

Log Message:
gxemul: Fix install failure, remove .orig file


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/emulators/gxemul/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/gxemul/Makefile
diff -u pkgsrc/emulators/gxemul/Makefile:1.68 pkgsrc/emulators/gxemul/Makefile:1.69
--- pkgsrc/emulators/gxemul/Makefile:1.68       Wed Oct  7 00:43:04 2020
+++ pkgsrc/emulators/gxemul/Makefile    Wed Oct  7 13:25:20 2020
@@ -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



Home | Main Index | Thread Index | Old Index