pkgsrc-WIP-changes archive

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

auto-admin: Patch default prefix in a couple more pkgsrc scripts



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu Sep 7 11:05:01 2017 -0500
Changeset:	4d66de54bbe57895d6c1545c5c7b3092bdcfa578

Modified Files:
	auto-admin/Makefile

Log Message:
auto-admin: Patch default prefix in a couple more pkgsrc scripts

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

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

diffstat:
 auto-admin/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index 3ba62eebfa..e85734959b 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -17,8 +17,11 @@ REPLACE_SH=	*/Scripts/*
 
 SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	post-patch
-SUBST_FILES.prefix=	${WRKSRC}/Common/Scripts/auto-denyhosts-remove-ip
-SUBST_SED.prefix=	-e "s|/usr/local|${PREFIX}|g"
+SUBST_FILES.prefix+=	${WRKSRC}/Common/Scripts/auto-clean-pkgsrc
+SUBST_FILES.prefix+=	${WRKSRC}/Common/Scripts/auto-denyhosts-remove-ip
+SUBST_FILES.prefix+=	${WRKSRC}/Common/Scripts/auto-print-make-variable
+SUBST_SED.prefix+=	-e "s|/usr/local|${PREFIX}|g"
+SUBST_SED.prefix+=	-e "s|/usr/pkgsrc|${PREFIX}|g"
 
 INSTALLATION_DIRS=	sbin
 


Home | Main Index | Thread Index | Old Index