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:           Sun Sep  5 15:07:01 UTC 2021

Modified Files:
        pkgsrc/emulators/gxemul: Makefile

Log Message:
gxemul: Fix PLIST. Remove patched .orig file


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/emulators/gxemul/Makefile:1.75
--- pkgsrc/emulators/gxemul/Makefile:1.74       Sun Sep  5 07:27:13 2021
+++ pkgsrc/emulators/gxemul/Makefile    Sun Sep  5 15:07:01 2021
@@ -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 @@ LDFLAGS.SunOS+=       -lsocket -lnsl
 
 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