summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-14 07:44:33 +0000
committerobache <obache@pkgsrc.org>2012-01-14 07:44:33 +0000
commit2f97717bdbf803fbb33c20db682f140f2ff0bfa6 (patch)
treef1a7084386256d1f181a787d53c0639fc9d2d317 /wm
parent65a21db0887988ab6a8423979721752ccaf7e634 (diff)
downloadpkgsrc-2f97717bdbf803fbb33c20db682f140f2ff0bfa6.tar.gz
gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
Diffstat (limited to 'wm')
-rw-r--r--wm/wbar/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/wm/wbar/Makefile b/wm/wbar/Makefile
index 8c6ab71ffe1..ac854f4996e 100644
--- a/wm/wbar/Makefile
+++ b/wm/wbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/01/14 03:38:20 hans Exp $
+# $NetBSD: Makefile,v 1.4 2012/01/14 07:44:35 obache Exp $
#
DISTNAME= wbar-2.2.2
@@ -27,12 +27,6 @@ SUBST_SED.sed= -e "s/sed -i/gsed -i/"
SUBST_STAGE.sed= post-extract
SUBST_MESSAGE.sed= Needs GNU sed.
-# trick pkgsrc into real gsed, needed for "sed -i"
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-TOOLS_PLATFORM.gsed= #empty
-.endif
-
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"