pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/parrot



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 19:44:23 UTC 2020

Modified Files:
        pkgsrc/lang/parrot: Makefile

Log Message:
lang/parrot: remove nonexistent file from REPLACE_INTERPRETER


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/lang/parrot/Makefile

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

Modified files:

Index: pkgsrc/lang/parrot/Makefile
diff -u pkgsrc/lang/parrot/Makefile:1.97 pkgsrc/lang/parrot/Makefile:1.98
--- pkgsrc/lang/parrot/Makefile:1.97    Sun Apr 12 08:27:58 2020
+++ pkgsrc/lang/parrot/Makefile Fri May 22 19:44:23 2020
@@ -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/mk_language_sh
 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