diff options
author | rillig <rillig> | 2007-01-17 03:11:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-17 03:11:18 +0000 |
commit | 487d35c22c6a68aa824f48c3a537dafd5aa4aa51 (patch) | |
tree | a39571a04e7bf4b504ce85d2a01ea2a06d085ccc /games/neverball | |
parent | cbfd5534191becd255a924ff62b151c29b55f82f (diff) | |
download | pkgsrc-487d35c22c6a68aa824f48c3a537dafd5aa4aa51.tar.gz |
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?
Diffstat (limited to 'games/neverball')
-rw-r--r-- | games/neverball/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index c4c023e3096..047d1eb2ab7 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/12 16:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/17 03:11:19 rillig Exp $ # DISTNAME= neverball-1.4.0 @@ -13,8 +13,8 @@ COMMENT= Part puzzle game, part action game and with SDL graphics USE_TOOLS+= gmake # Avoiding multiples patches... -BUILDLINK_TRANSFORM.SDL+= -e "s|/SDL/|/|g" -BUILDLINK_TRANSFORM.SDL_ttf+= -e "s|/SDL/|/|g" +BUILDLINK_FNAME_TRANSFORM.SDL+= -e "s|/SDL/|/|g" +BUILDLINK_FNAME_TRANSFORM.SDL_ttf+= -e "s|/SDL/|/|g" SHAREDIR= ${PREFIX}/share/${PKGBASE} |