summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen>2006-03-09 14:06:19 +0000
committerghen <ghen>2006-03-09 14:06:19 +0000
commit848d2c3f5f11708119bdbb43de6eb80efb3f87f1 (patch)
tree5bcc06cc16469cb436415daf79bbb13ff6cc97c4
parent34c6089e21c72377a195b184abd7173defe0bb10 (diff)
downloadpkgsrc-848d2c3f5f11708119bdbb43de6eb80efb3f87f1.tar.gz
Code doesn't refer to /bin/bash anymore.
-rw-r--r--net/ed2k-gtk-gui/Makefile8
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"