Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/parrot lang/parrot: remove nonexistent file from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80757d8786d1
branches:  trunk
changeset: 432493:80757d8786d1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 19:44:23 2020 +0000

description:
lang/parrot: remove nonexistent file from REPLACE_INTERPRETER

diffstat:

 lang/parrot/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r bae636f9acd5 -r 80757d8786d1 lang/parrot/Makefile
--- a/lang/parrot/Makefile      Fri May 22 19:43:23 2020 +0000
+++ b/lang/parrot/Makefile      Fri May 22 19:44:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/04/12 08:27:58 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/05/22 19:44:23 rillig Exp $
 #
 
 DISTNAME=              parrot-${PARROT_VERSION}
@@ -60,11 +60,6 @@
 REPLACE_PERL+=         tools/dev/pprof2cg.pl
 REPLACE_PERL+=         tools/dev/reconfigure.pl
 
-REPLACE_INTERPRETER+=  parrot
-REPLACE.parrot.old=    .*parrot[^[:space:]]*
-REPLACE.parrot.new=    ${PREFIX}/bin/parrot
-REPLACE_FILES.parrot+= tools/dev/pbc_to_exe.pir
-
 REPLACE_INTERPRETER+=          parrot-nqp
 REPLACE.parrot-nqp.old=                .*parrot-nqp[^[:space:]]*
 REPLACE.parrot-nqp.new=                ${PREFIX}/bin/parrot-nqp



Home | Main Index | Thread Index | Old Index