From 303607c81ee5a6c957f331a42e228cc27d69e7fe 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? --- multimedia/kaffeine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/kaffeine') diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile index 3d5ab80c4ad..7684c3eb2ff 100644 --- a/multimedia/kaffeine/Makefile +++ b/multimedia/kaffeine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/01/07 12:25:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/01/17 03:11:19 rillig Exp $ # DISTNAME= kaffeine-0.8.3 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --without-dpms CONFIGURE_ARGS+= --without-xinerama CONFIGURE_ARGS+= --without-dvb -BUILDLINK_TRANSFORM.cdparanoia+= -e "s|/cdparanoia/|/|g" +BUILDLINK_FNAME_TRANSFORM.cdparanoia+= -e "s|/cdparanoia/|/|g" # Hardcoded paths for libdvdcss and win32-codecs SUBST_CLASSES+= path -- cgit v1.2.3