diff options
Diffstat (limited to 'graphics/gimp-warp-sharp')
-rw-r--r-- | graphics/gimp-warp-sharp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gimp-warp-sharp/Makefile b/graphics/gimp-warp-sharp/Makefile index 16d24c8be60..1163219b8f6 100644 --- a/graphics/gimp-warp-sharp/Makefile +++ b/graphics/gimp-warp-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:31 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/03/04 15:39:09 jlam Exp $ DISTNAME= warp-sharp PKGNAME= gimp-${DISTNAME}-1.4 @@ -13,6 +13,8 @@ COMMENT= Image sharpening script for GIMP DEPENDS+= gimp>=2.0:../../graphics/gimp +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes @@ -23,6 +25,6 @@ INSTALLATION_DIRS= share/gimp/2.0/scripts do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \ - ${PREFIX}/share/gimp/2.0/scripts + ${DESTDIR}${PREFIX}/share/gimp/2.0/scripts .include "../../mk/bsd.pkg.mk" |