summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 21:07:31 +0000
commitadda884d44cb88a3a470e58f81adefef66c4f3b7 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /math
parent0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff)
downloadpkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 2c22ac3b2cb..247bfef76ff 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2013/04/06 14:09:34 rodent Exp $
+# $NetBSD: Makefile,v 1.113 2013/04/06 21:07:34 rodent Exp $
DISTNAME= octave-${OCTAVE_VER}
CATEGORIES= math
@@ -70,7 +70,8 @@ SUBST_CLASSES+= unwrapping
SUBST_STAGE.unwrapping= post-build
SUBST_MESSAGE.unwrapping= Unwrapping wrapper scripts.
SUBST_FILES.unwrapping= src/mkoctfile
-SUBST_SED.unwrapping= -e 's:$(DESTDIR)::g' -e 's:$(BUILDLINK_DIR)/lib:$(PREFIX)/lib:g'
+SUBST_SED.unwrapping= -e 's:$(DESTDIR)::g'
+SUBST_SED.unwrapping+= -e 's:$(BUILDLINK_DIR)/lib:$(PREFIX)/lib:g'
SUBST_CLASSES+= fix-make
SUBST_STAGE.fix-make= post-patch