pkgsrc-WIP-changes archive

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

auto-admin: Move SUBST to pre-configure



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri May 26 11:28:51 2023 -0500
Changeset:	9437f92f03c9078de41c065e933c35ffd37719bd

Modified Files:
	auto-admin/Makefile

Log Message:
auto-admin: Move SUBST to pre-configure

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9437f92f03c9078de41c065e933c35ffd37719bd

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

diffstat:
 auto-admin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index e2e8f85c04..697934fac6 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -19,7 +19,7 @@ USE_LANGUAGES=	# none
 NO_BUILD=	yes
 
 SUBST_CLASSES+=		prefix
-SUBST_STAGE.prefix=	post-patch
+SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix+=	-e 's|/usr/pkg|${PREFIX}|g'
 SUBST_SED.prefix+=	-e 's|/usr/pkgsrc|${PKGSRCDIR}|g'
 SUBST_FILES.prefix+=	User-scripts/auto-pkgsrc-prefix


Home | Main Index | Thread Index | Old Index