diff options
author | asau <asau> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 19:46:52 +0000 |
commit | 00b90f2ca0cd5e5f7fdee93b1be758b329140ef9 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/fcrackzip | |
parent | 34dfa13798d9e898916d83e33933dff2bbc9ffb4 (diff) | |
download | pkgsrc-00b90f2ca0cd5e5f7fdee93b1be758b329140ef9.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/fcrackzip')
-rw-r--r-- | archivers/fcrackzip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index 7cf7dc23d01..b8280b1107c 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/08/08 16:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 19:46:53 asau Exp $ DISTNAME= fcrackzip-1.0 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://home.schmorp.de/marc/fcrackzip.html COMMENT= Zip password cracker LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |