diff options
Diffstat (limited to 'archivers/fcrackzip/Makefile')
-rw-r--r-- | archivers/fcrackzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index f0e6ef3e5fe..624b0fd4d39 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:13 joerg Exp $ DISTNAME= fcrackzip-0.3 MASTER_SITES= http://www.goof.com/pcg/marc/data/ @@ -8,6 +8,8 @@ COMMENT= Zip password cracker MAINTAINER= pkgsrc-users@pkgsrc.org HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |