diff options
author | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 21:07:31 +0000 |
commit | 5709d03a54f4b984d036819527e6c1d38b026151 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /graphics/xpaint | |
parent | 20c9c895134856aac872cc871957a914fcaaea20 (diff) | |
download | pkgsrc-5709d03a54f4b984d036819527e6c1d38b026151.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 824c51ccd25..a361677f231 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2013/02/16 11:22:35 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2013/04/06 21:07:33 rodent Exp $ DISTNAME= xpaint-2.7.8.1 PKGREVISION= 10 @@ -18,10 +18,10 @@ MAKE_JOBS_SAFE= NO SUBST_CLASSES+= foo SUBST_STAGE.foo= pre-configure SUBST_FILES.foo= Local.config configure -SUBST_SED.foo= -e "s|@LOCALBASE@|${LOCALBASE}|g" \ - -e "s|@PREFIX@|${PREFIX}|g" \ - -e "s|@XAWDIR@|${BUILDLINK_PREFIX.Xaw3d}|g" \ - -e "s|@XPMDIR@|${BUILDLINK_PREFIX.libXpm}|g" +SUBST_SED.foo= -e "s|@LOCALBASE@|${LOCALBASE}|g" +SUBST_SED.foo+= -e "s|@PREFIX@|${PREFIX}|g" +SUBST_SED.foo+= -e "s|@XAWDIR@|${BUILDLINK_PREFIX.Xaw3d}|g" +SUBST_SED.foo+= -e "s|@XPMDIR@|${BUILDLINK_PREFIX.libXpm}|g" INSTALLATION_DIRS+= bin lib/X11/app-defaults ${PKGMANDIR}/cat1 INSTALLATION_DIRS+= share/xpaint |