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:   mef
Date:           Sun Sep 13 12:59:25 UTC 2020

Modified Files:
        pkgsrc/lang/parrot: Makefile

Log Message:
(lang/parrot) Add SUBST To avoid work/.tools/bin/perl recorded in installation


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 pkgsrc/lang/parrot/Makefile:1.101
--- pkgsrc/lang/parrot/Makefile:1.100   Mon Aug 31 18:09:52 2020
+++ pkgsrc/lang/parrot/Makefile Sun Sep 13 12:59:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2020/08/31 18:09:52 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2020/09/13 12:59:25 mef Exp $
 #
 
 DISTNAME=              parrot-${PARROT_VERSION}
@@ -52,6 +52,12 @@ PLIST_SRC+=          ${PLIST_SRC_DFLT}
 PLIST_SRC+=            PLIST.shared
 .endif
 
+SUBST_CLASSES+=                path
+SUBST_STAGE.path=      pre-patch
+SUBST_MESSAGE.path=    To avoid work/.tools/bin/perl recorded in installation
+SUBST_FILES.path=      config/gen/config_pm/myconfig.in
+SUBST_SED.path=                -e 's,@perl@,${PREFIX}/bin/perl,'
+
 REPLACE_PERL+=         tools/build/ops2c.pl
 REPLACE_PERL+=         tools/build/pmc2c.pl
 REPLACE_PERL+=         tools/dev/create_language.pl



Home | Main Index | Thread Index | Old Index