pkgsrc-WIP-changes archive

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

ufc: remove SUBST that does nothing



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Aug 25 08:27:15 2024 +0200
Changeset:	783e3037f23dd529822a953606552387215d64f0

Modified Files:
	ufc/Makefile

Log Message:
ufc: remove SUBST that does nothing

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

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

diffstat:
 ufc/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diffs:
diff --git a/ufc/Makefile b/ufc/Makefile
index ae180b3de5..eaab1117fb 100644
--- a/ufc/Makefile
+++ b/ufc/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.15 2014/06/01 12:49:49 thomasklausner Exp $
-#
 
 DISTNAME=	ufc-${MMVERSION}.0
 CATEGORIES=	math
@@ -32,12 +31,6 @@ PLIST_SUBST+=	PYINC=${PYINC} PYLIB=${PYLIB} PYSITELIB=${PYSITELIB}
 
 MMVERSION=	2.2
 
-SUBST_CLASSES+=		ospath
-SUBST_STAGE.ospath=	post-patch
-SUBST_FILES.ospath=	src/utils/python/ufc_utils/build.py
-SUBST_SED.ospath=	-e 's|os.path.join(os.path.sep, "opt", "local")|os.path.normpath("${PREFIX}")|'
-SUBST_SED.ospath+=	-e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|'
-
 .include "../../lang/python/application.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/swig2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index