diff options
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r-- | security/beecrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index f6f4b6c6d2e..5ce890c5a19 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 10:21:33 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:44 joerg Exp $ DISTNAME= beecrypt-4.1.1 CATEGORIES= security @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/ COMMENT= Multipurpose cryptographic library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES |