summaryrefslogtreecommitdiff
path: root/x11/gtkstep
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-17 18:23:14 +0000
committerabs <abs@pkgsrc.org>2009-12-17 18:23:14 +0000
commitc0a9ba9fb446792908dcaed75e9526f7c258d214 (patch)
treee69bcf8b4deeacc08f23fae3b891c92144c2b729 /x11/gtkstep
parent7f1228bfd08e1806d9c64e38c6776e5ed5245018 (diff)
downloadpkgsrc-c0a9ba9fb446792908dcaed75e9526f7c258d214.tar.gz
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11/gtkstep')
-rw-r--r--x11/gtkstep/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile
index 3c5c6b560a4..15fc40fd0b6 100644
--- a/x11/gtkstep/Makefile
+++ b/x11/gtkstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2009/12/17 18:31:46 abs Exp $
DISTNAME= gtkstep-1.10
PKGREVISION= 6
@@ -13,10 +13,12 @@ COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
post-install:
- ${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in
+ ${RM} -f ${DESTDIR}${PREFIX}/share/themes/Step/gtk/gtkrc.in
${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \
- ${PREFIX}/share/themes/Step/gtk
+ ${DESTDIR}${PREFIX}/share/themes/Step/gtk
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"