summaryrefslogtreecommitdiff
path: root/x11/devilspie/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-02-16 12:32:53 +0000
committerwiz <wiz@pkgsrc.org>2009-02-16 12:32:53 +0000
commit3d6ba9a2e4eb04bb322491c34cf6cdaa08f23c5d (patch)
tree58f80611e31f569aa670ff41c264d389ece37ba7 /x11/devilspie/Makefile
parent8e0844688ddd814b8dce06d6f5507f56a73dc1e0 (diff)
downloadpkgsrc-3d6ba9a2e4eb04bb322491c34cf6cdaa08f23c5d.tar.gz
Convert to user-destdir.
Diffstat (limited to 'x11/devilspie/Makefile')
-rw-r--r--x11/devilspie/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile
index f629f344742..7975078a4ce 100644
--- a/x11/devilspie/Makefile
+++ b/x11/devilspie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2007/11/25 23:20:50 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2009/02/16 12:32:53 wiz Exp $
DISTNAME= devilspie-0.22
CATEGORIES= x11
@@ -10,14 +10,17 @@ COMMENT= Window-matching utility to customize window behavior
BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
TEST_TARGET= check
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/devilspie
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}${PREFIX}/share/doc/devilspie/
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.1
.include "../../devel/glib2/buildlink3.mk"