summaryrefslogtreecommitdiff
path: root/x11/tile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tile/Makefile')
-rw-r--r--x11/tile/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/tile/Makefile b/x11/tile/Makefile
index ca371be4ff0..ba7fc6e4c51 100644
--- a/x11/tile/Makefile
+++ b/x11/tile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/01/30 20:39:34 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/07 18:18:11 joerg Exp $
#
DISTNAME= tile_0.7.3
@@ -12,10 +12,14 @@ MAINTAINER= inittab@unixdev.net
HOMEPAGE= http://www.unixdev.net/projects/tile
COMMENT= X11 Window Tiler
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_DIRS+= xdg-1.2
GNU_CONFIGURE= yes
+INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
+
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"