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 13:03:37 UTC 2020

Modified Files:
        pkgsrc/lang/parrot: Makefile

Log Message:
(lang/parrot) Change SUBST stage to pre-configure, by pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 pkgsrc/lang/parrot/Makefile:1.102
--- pkgsrc/lang/parrot/Makefile:1.101   Sun Sep 13 12:59:25 2020
+++ pkgsrc/lang/parrot/Makefile Sun Sep 13 13:03:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2020/09/13 12:59:25 mef Exp $
+# $NetBSD: Makefile,v 1.102 2020/09/13 13:03:37 mef Exp $
 #
 
 DISTNAME=              parrot-${PARROT_VERSION}
@@ -53,7 +53,7 @@ PLIST_SRC+=           PLIST.shared
 .endif
 
 SUBST_CLASSES+=                path
-SUBST_STAGE.path=      pre-patch
+SUBST_STAGE.path=      pre-configure
 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,'



Home | Main Index | Thread Index | Old Index