summaryrefslogtreecommitdiff
path: root/graphics/camlimages
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
committerrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
commitcabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 (patch)
treedfd45506cac9c8adb60a55d809ab0dbc4d5a750e /graphics/camlimages
parentafe0216c35d9e0e0b96fe80eb38badf368ef84a7 (diff)
downloadpkgsrc-cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5.tar.gz
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
Diffstat (limited to 'graphics/camlimages')
-rw-r--r--graphics/camlimages/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile
index ffbad9fdd97..31bb25ce644 100644
--- a/graphics/camlimages/Makefile
+++ b/graphics/camlimages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2019/05/05 22:49:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.118 2019/05/23 19:23:01 rillig Exp $
VERSION= 4.0.1
PKGNAME= camlimages-${VERSION}
@@ -23,9 +23,9 @@ WRKSRC= ${WRKDIR}/camlspotter-camlimages-v${VERSION}
SUBST_CLASSES+= omf
SUBST_STAGE.omf= pre-configure
SUBST_FILES.omf= OMakefile
-SUBST_SED.omf= -e 's,@PREFIX@,${PREFIX},g'
-SUBST_SED.omf+= -e 's,@X11BASE@,${X11BASE},g'
-SUBST_SED.omf+= -e s%@LDFLAGS@%${LDFLAGS:Q}%g
+SUBST_VARS.omf= PREFIX
+SUBST_VARS.omf+= X11BASE
+SUBST_VARS.omf+= LDFLAGS
SUBST_SED.omf+= -e 's,@OCAMLFIND_DESTDIR@,${DESTDIR}${PREFIX}/lib/ocaml/site-lib,g'
SUBST_SED.omf+= -e 's,@OCAMLFIND_LDCONF@,/dev/null,g'
SUBST_MESSAGE.omf= Fixing vars in OMakefile