diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-09 14:06:19 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-09 14:06:19 +0000 |
commit | a0a15a418bff944c35abd709348689cd6e55ddf8 (patch) | |
tree | 5bcc06cc16469cb436415daf79bbb13ff6cc97c4 /net/ed2k-gtk-gui | |
parent | 81e777e80ba8c52d3a854364bbca0b8c055be8e9 (diff) | |
download | pkgsrc-a0a15a418bff944c35abd709348689cd6e55ddf8.tar.gz |
Code doesn't refer to /bin/bash anymore.
Diffstat (limited to 'net/ed2k-gtk-gui')
-rw-r--r-- | net/ed2k-gtk-gui/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile index 11ce9524812..ce15718a082 100644 --- a/net/ed2k-gtk-gui/Makefile +++ b/net/ed2k-gtk-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:10:23 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/09 14:06:19 ghen Exp $ DISTNAME= ed2k-gtk-gui-0.6.3 PKGREVISION= 3 @@ -15,12 +15,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURE_LDFLAGS=${LDFLAGS:M*:Q} -SUBST_CLASSES+= shell -SUBST_MESSAGE.shell= "Fixing hardcoded shell." -SUBST_STAGE.shell= post-patch -SUBST_FILES.shell= ed2k_gui/misc.c -SUBST_SED.shell= -e 's,/bin/bash,/bin/sh,g' - BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../devel/gettext-lib/buildlink3.mk" |