diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
commit | 7bfe07d9ab525d9134a06f691478ca4d72cfa4e2 (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /net | |
parent | 4677b7213e4dc462b5bb4eadaa5d7d4a6352187e (diff) | |
download | pkgsrc-7bfe07d9ab525d9134a06f691478ca4d72cfa4e2.tar.gz |
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
Diffstat (limited to 'net')
-rw-r--r-- | net/ed2k-gtk-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile index 0b0da6ee728..b8f12165330 100644 --- a/net/ed2k-gtk-gui/Makefile +++ b/net/ed2k-gtk-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/30 08:14:48 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2004/08/28 06:05:32 jlam Exp $ DISTNAME= ed2k-gtk-gui-0.6.2 PKGREVISION= 1 @@ -22,7 +22,7 @@ SUBST_STAGE.shell= post-patch SUBST_FILES.shell= ed2k_gui/misc.c SUBST_SED.shell= -e 's,/bin/bash,/bin/sh,g' -BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: +BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |