pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice emulators/vice: replace bash in a script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a102f1dab557
branches:  trunk
changeset: 444011:a102f1dab557
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Fri Jan 01 16:23:44 2021 +0000

description:
emulators/vice: replace bash in a script.

diffstat:

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

diffs (21 lines):

diff -r 16d2bcf05e3a -r a102f1dab557 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Fri Jan 01 16:10:55 2021 +0000
+++ b/emulators/vice/Makefile   Fri Jan 01 16:23:44 2021 +0000
@@ -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 @@
 
 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