diff options
author | wiz <wiz@pkgsrc.org> | 2008-08-24 10:21:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-08-24 10:21:33 +0000 |
commit | 5b8e89158f7314d39bf37264847ea4763fa6d23a (patch) | |
tree | 6ba1a28e6f4aa218be96052f2b0371cf3d730036 /archivers | |
parent | 05e958eefcc95a3d7da88a5f86e91b69500b34c9 (diff) | |
download | pkgsrc-5b8e89158f7314d39bf37264847ea4763fa6d23a.tar.gz |
Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.
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 |