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 /games | |
parent | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff) | |
download | pkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'games')
-rw-r--r-- | games/scid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index 72c6e1fd1f3..44d5156cef4 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/06 11:54:53 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 21:07:32 rodent Exp $ # DISTNAME= scid-3.6.1 @@ -26,9 +26,9 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing paths to tcl.h and tk.h. SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= configure -SUBST_SED.paths= -e 's,@TCLPREFIX@,${BUILDLINK_PREFIX.tcl},g' \ - -e 's,@TKPREFIX@,${BUILDLINK_PREFIX.tk},g' \ - -e 's,@LIBDL@,${BUILDLINK_LDADD.dl},g' +SUBST_SED.paths= -e 's,@TCLPREFIX@,${BUILDLINK_PREFIX.tcl},g' +SUBST_SED.paths+= -e 's,@TKPREFIX@,${BUILDLINK_PREFIX.tk},g' +SUBST_SED.paths+= -e 's,@LIBDL@,${BUILDLINK_LDADD.dl},g' MAKE_ENV+= X_LDFLAGS=${X11_LDFLAGS:Q} |