From 5acfb0b6caa4d8066c5625bf704f469f65c8cf28 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 17 Jan 2007 03:11:18 +0000 Subject: Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented? --- chat/jabberd2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index a268ca19617..1136e98b506 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/06/11 01:57:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.33 2007/01/17 03:11:18 rillig Exp $ # DISTNAME= jabberd-2.0s11 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.6b -BUILDLINK_TRANSFORM.db4+= -e "s,/db4/,/,g" +BUILDLINK_FNAME_TRANSFORM.db4+= -e "s,/db4/,/,g" SUBST_CLASSES+= path SUBST_STAGE.path= post-patch -- cgit v1.2.3