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 /devel/sgb | |
parent | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff) | |
download | pkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'devel/sgb')
-rw-r--r-- | devel/sgb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile index f77e7552112..be60e9d9dac 100644 --- a/devel/sgb/Makefile +++ b/devel/sgb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:45 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 21:07:32 rodent Exp $ DISTNAME= sgb-2007-03.28 PKGNAME= sgb-20070328 @@ -23,8 +23,8 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= Makefile -SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g' \ - -e 's,@PREFIX@,$${DESTDIR}${PREFIX},g' +SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g' +SUBST_SED.paths+= -e 's,@PREFIX@,$${DESTDIR}${PREFIX},g' post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/sgb |