summaryrefslogtreecommitdiff
path: root/graphics/gimp-warp-sharp
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-04 15:39:09 +0000
committerjlam <jlam>2008-03-04 15:39:09 +0000
commitd6b91adeba5668a57b81a911d8eddf78028e44dc (patch)
tree59c0548a0298c3f264975f618451fab4e14e6b25 /graphics/gimp-warp-sharp
parent6dad5f5dc8c5cabc58dcc1203ff3621136e16ddf (diff)
downloadpkgsrc-d6b91adeba5668a57b81a911d8eddf78028e44dc.tar.gz
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'graphics/gimp-warp-sharp')
-rw-r--r--graphics/gimp-warp-sharp/Makefile6
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"