summaryrefslogtreecommitdiff
path: root/x11/devilspie
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-16 12:32:53 +0000
committerwiz <wiz>2009-02-16 12:32:53 +0000
commit8c808f2391d7cfd4f561567614de9289b0a48be8 (patch)
tree58f80611e31f569aa670ff41c264d389ece37ba7 /x11/devilspie
parent0d8f4ee0b4555a9b2abfe186efb60217b41183d7 (diff)
downloadpkgsrc-8c808f2391d7cfd4f561567614de9289b0a48be8.tar.gz
Convert to user-destdir.
Diffstat (limited to 'x11/devilspie')
-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"