summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
committerjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
commit8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /converters
parent672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff)
downloadpkgsrc-8d572feba3c42eb07c7ebefebf9ff3a724667181.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 'converters')
-rw-r--r--converters/libiconv/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/builtin.mk b/converters/libiconv/builtin.mk
index 6ecc476c4df..86193a3f3f9 100644
--- a/converters/libiconv/builtin.mk
+++ b/converters/libiconv/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.5 2004/06/04 05:21:14 reed Exp $
+# $NetBSD: builtin.mk,v 1.6 2004/08/28 06:05:31 jlam Exp $
.if !defined(_LIBICONV_FOUND)
_LIBICONV_FOUND!= \
@@ -130,7 +130,7 @@ _LIBICONV= -liconv
_LIBICONV= -liconv
. else
_LIBICONV= # empty
-BUILDLINK_TRANSFORM+= l:iconv:
+BUILDLINK_TRANSFORM+= rm:-liconv
. endif
.endif