summaryrefslogtreecommitdiff
path: root/archivers/fcrackzip
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commitba171a91fab519f587b027c1a2888cb6e3fce049 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /archivers/fcrackzip
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz
Add DESTDIR support.
Diffstat (limited to 'archivers/fcrackzip')
-rw-r--r--archivers/fcrackzip/Makefile4
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"