diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fcrackzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index 624b0fd4d39..f093a1d4524 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:13 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/24 10:21:33 wiz Exp $ DISTNAME= fcrackzip-0.3 MASTER_SITES= http://www.goof.com/pcg/marc/data/ CATEGORIES= archivers -COMMENT= Zip password cracker MAINTAINER= pkgsrc-users@pkgsrc.org HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html +COMMENT= Zip password cracker PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFLICTS= unzip-[0-9]* + .include "../../mk/bsd.pkg.mk" diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 6c52354b391..3b1d5c5919f 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2008/03/23 13:05:31 tron Exp $ +# $NetBSD: Makefile,v 1.70 2008/08/24 10:21:33 wiz Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -18,6 +18,8 @@ DIST_SUBDIR= ${PKGNAME_NOREV} # Remove on next update. WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake +CONFLICTS= fcrackzip-[0-9]* + .include "../../mk/bsd.prefs.mk" MAKE_FILE= unix/Makefile |