diff options
Diffstat (limited to 'mail/perdition-bdb/Makefile')
-rw-r--r-- | mail/perdition-bdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/perdition-bdb/Makefile b/mail/perdition-bdb/Makefile index 111d52c6990..af1208ae902 100644 --- a/mail/perdition-bdb/Makefile +++ b/mail/perdition-bdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/06/08 13:12:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 3 @@ -9,6 +9,8 @@ BUILD_DIRS= makebdb perdition/db/bdb BDB_ACCEPTED= db4 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bdb.buildlink3.mk" .include "../../mail/perdition/buildlink3.mk" .include "../perdition/Makefile.common" |