diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
commit | adda884d44cb88a3a470e58f81adefef66c4f3b7 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /math | |
parent | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff) | |
download | pkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 5 |
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 |