diff options
Diffstat (limited to 'devel/RTx-RightsMatrix/Makefile')
-rw-r--r-- | devel/RTx-RightsMatrix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/RTx-RightsMatrix/Makefile b/devel/RTx-RightsMatrix/Makefile index b43c1d1b8c1..00adfa70c78 100644 --- a/devel/RTx-RightsMatrix/Makefile +++ b/devel/RTx-RightsMatrix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:33:08 seb Exp $ +# $NetBSD: Makefile,v 1.5 2011/06/26 09:54:40 wiz Exp $ # DISTNAME= RTx-RightsMatrix-0.03.00 @@ -13,6 +13,9 @@ COMMENT= Utility to efficiently manage rights to a RT installation DEPENDS+= rt>=3.4.5:../../devel/rt3 +PKG_DESTDIR_SUPPORT= user-destdir +MAKE_ENV+= DESTDIR=${DESTDIR} + .include "../../devel/rt3/dirs.mk" PLIST_SUBST+= RT_SHARE_DIR=share/rt3 |