summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 21:07:31 +0000
committerrodent <rodent>2013-04-06 21:07:31 +0000
commit5709d03a54f4b984d036819527e6c1d38b026151 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /games
parent20c9c895134856aac872cc871957a914fcaaea20 (diff)
downloadpkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'games')
-rw-r--r--games/scid/Makefile8
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}