pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vice



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Fri Jan  1 16:23:44 UTC 2021

Modified Files:
        pkgsrc/emulators/vice: Makefile

Log Message:
emulators/vice: replace bash in a script.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/emulators/vice/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/vice/Makefile
diff -u pkgsrc/emulators/vice/Makefile:1.153 pkgsrc/emulators/vice/Makefile:1.154
--- pkgsrc/emulators/vice/Makefile:1.153        Fri Jan  1 12:46:03 2021
+++ pkgsrc/emulators/vice/Makefile      Fri Jan  1 16:23:44 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.153 2021/01/01 12:46:03 rhialto Exp $
+# $NetBSD: Makefile,v 1.154 2021/01/01 16:23:44 rhialto Exp $
 
 DISTNAME=      vice-3.5
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
 
@@ -42,6 +43,8 @@ REQD_DIRS+=           ${PREFIX}/share/vice
 
 BUILD_DEPENDS+=                xa65-[0-9]*:../../devel/xa65
 
+REPLACE_BASH+=         src/arch/gtk3/data/unix/mkdesktopfile.sh
+
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    post-configure
 SUBST_FILES.prefix+=   doc/vice.texi



Home | Main Index | Thread Index | Old Index