pkgsrc-WIP-changes archive

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

Remove now-redundant substitution.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Nov 30 21:06:30 2020 +0100
Changeset:	d817d495930123af642003c2952a59ff01eed124

Modified Files:
	quickjs/Makefile

Log Message:
Remove now-redundant substitution.

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

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

diffstat:
 quickjs/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/quickjs/Makefile b/quickjs/Makefile
index 87d673732e..510c830e37 100644
--- a/quickjs/Makefile
+++ b/quickjs/Makefile
@@ -13,12 +13,6 @@ LICENSE=	mit
 
 USE_TOOLS=	gmake
 
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Adjust hardcoded paths
-SUBST_FILES.makefile=	Makefile
-SUBST_SED.makefile+=	-e 's,/usr/local,${PREFIX},g'
-
 INSTALLATION_DIRS+=	bin lib/quickjs include/quickjs
 
 TEST_TARGET=	test


Home | Main Index | Thread Index | Old Index