summaryrefslogtreecommitdiff
path: root/x11/antiright
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit39d7fb93432416d872ed34e0025741cc93068c06 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /x11/antiright
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz
Add DESTDIR support.
Diffstat (limited to 'x11/antiright')
-rw-r--r--x11/antiright/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/antiright/Makefile b/x11/antiright/Makefile
index faabe67d9bc..9a24dcb6d82 100644
--- a/x11/antiright/Makefile
+++ b/x11/antiright/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:16 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:57 joerg Exp $
#
DISTNAME= antiright-3.4
@@ -11,6 +11,8 @@ MAINTAINER= antiright@gmail.com
HOMEPAGE= http://www.nongnu.org/antiright/
COMMENT= The gtkshell GUI creator, gshterm, and ACE desktop implementation
+PKG_DESTDIR_SUPPORT= user-destdir
+
HAS_CONFIGURE= YES
USE_LANGUAGES= c
USE_TOOLS+= pkg-config lex yacc
@@ -34,6 +36,9 @@ SUBST_SED.hpath+= -e 's|/usr/pkg|${PREFIX}|'
TOOLS_DEPENDS.pkg-config= pkg-config>=0.20:../../devel/pkg-config
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \
+ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \
+
.include "../../x11/vte/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"