diff options
Diffstat (limited to 'archivers/fcrackzip/Makefile')
-rw-r--r-- | archivers/fcrackzip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index 352b53d641c..7cf7dc23d01 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/08 16:00:58 wiz Exp $ DISTNAME= fcrackzip-1.0 +PKGREVISION= 1 MASTER_SITES= http://home.schmorp.de/marc/data/ CATEGORIES= archivers @@ -13,6 +14,4 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFLICTS= unzip-[0-9]* - .include "../../mk/bsd.pkg.mk" |