summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-09-13 13:03:37 +0000
committermef <mef@pkgsrc.org>2020-09-13 13:03:37 +0000
commita3c9a2608e6a3b740a59998b7b8507ef6b75bb6b (patch)
tree63962b7870d97b867d6595059af9c2f4db7795e2 /lang/parrot
parent708140b93b00fb7006e571201133f4c58a5d8095 (diff)
downloadpkgsrc-a3c9a2608e6a3b740a59998b7b8507ef6b75bb6b.tar.gz
(lang/parrot) Change SUBST stage to pre-configure, by pkglint
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 53e4d89e05d..77107c9cddb 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -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,'