diff options
author | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
commit | 5f904e59871feaea408398a54183ec15241147eb (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /chat | |
parent | e034948f3d4b073559fd283f487b19a5ab970431 (diff) | |
download | pkgsrc-5f904e59871feaea408398a54183ec15241147eb.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 'chat')
-rw-r--r-- | chat/icb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile index 1884a768e92..967f8affed2 100644 --- a/chat/icb/Makefile +++ b/chat/icb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/29 03:30:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2004/08/28 06:05:31 jlam Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -20,7 +20,7 @@ USE_BUILDLINK3= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -BUILDLINK_TRANSFORM+= s:-ltermcap: +BUILDLINK_TRANSFORM+= rm:-ltermcap .endif INSTALLATION_DIRS= bin libdata libdata/icb |