pkgsrc-WIP-changes archive

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

libArcus: delete invalid SUBST_CLASSES



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Dec 29 17:13:12 2022 +0900
Changeset:	6e43a648e51c549b409e8d334f6e2dc379c17c66

Modified Files:
	libArcus/Makefile

Log Message:
libArcus: delete invalid SUBST_CLASSES

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

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

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

diffs:
diff --git a/libArcus/Makefile b/libArcus/Makefile
index add6b274db..062d75fbc9 100644
--- a/libArcus/Makefile
+++ b/libArcus/Makefile
@@ -22,12 +22,6 @@ SUBST_MESSAGE.sip=	Rename py-sip name.
 SUBST_FILES.sip=	cmake/FindSIP.cmake
 SUBST_SED.sip=		-e 's|\(SIP_EXECUTABLE sip\)|\1${PYVERSSUFFIX}|'
 
-SUBST_CLASSES+=			fix-prefix
-SUBST_STAGE.fix-prefix=		pre-install
-SUBST_MESSAGE.fix-prefix=	Fix prefix.
-SUBST_FILES.fix-prefix=		CMakeFiles/Export/lib/cmake/Arcus/Arcus-targets.cmake
-SUBST_SED.fix-prefix=		-e 's|${WRKDIR}/.buildlink|${PREFIX}|g'
-
 PY_PATCHPLIST=	YES
 
 .include "../../lang/python/extension.mk"


Home | Main Index | Thread Index | Old Index