From 025d077c3db0a1beb3b7045eee71d7eeea8fd8ca Mon Sep 17 00:00:00 2001 From: heinz Date: Sat, 19 May 2007 22:23:56 +0000 Subject: Added support for installation to DESTDIR. --- graphics/SDL_image/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/SDL_image') diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index 754491c2b05..e7390aa25a3 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/12/15 14:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2007/05/19 22:23:56 heinz Exp $ DISTNAME= SDL_image-1.2.5 CATEGORIES= graphics devel @@ -10,6 +10,7 @@ COMMENT= Load images as SDL surfaces CONFLICTS= SDL-image-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= YES @@ -20,7 +21,7 @@ INSTALLATION_DIRS= bin post-install: ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \ - ${PREFIX}/bin + ${DESTDIR:Q}${PREFIX:Q}/bin BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10 .include "../../devel/SDL/buildlink3.mk" -- cgit v1.2.3