summaryrefslogtreecommitdiff
path: root/graphics/gimp1-wideangle
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-03 23:11:15 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-03 23:11:15 +0000
commitb51bce323aaaa2be0fc81b26c6cabe444edad096 (patch)
treeeb337fe1cfa07e4af9a22f748ee53fc3c96e10b3 /graphics/gimp1-wideangle
parentcd1681b8c6dd923a41087256f51f1913486ceb22 (diff)
downloadpkgsrc-b51bce323aaaa2be0fc81b26c6cabe444edad096.tar.gz
DESTDIR support
Diffstat (limited to 'graphics/gimp1-wideangle')
-rw-r--r--graphics/gimp1-wideangle/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/gimp1-wideangle/Makefile b/graphics/gimp1-wideangle/Makefile
index 41a9f3dde6d..bbda73bbf37 100644
--- a/graphics/gimp1-wideangle/Makefile
+++ b/graphics/gimp1-wideangle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/01/18 09:59:01 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/03 23:11:15 joerg Exp $
#
DISTNAME= wideangleFeb03
@@ -12,10 +12,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://members.ozemail.com.au/~hodsond/
COMMENT= GIMP plugin for wideangle lens distortions
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/wideangle
USE_TOOLS+= gmake pkg-config
-BUILD_TARGET= wideangle
+BUILD_TARGET= wideangle
+INSTALLATION_DIRS+= lib/gimp/1.2/plug-ins
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wideangle ${DESTDIR}${PREFIX}/lib/gimp/1.2/plug-ins
.include "../../graphics/gimp1-base/buildlink3.mk"