summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-08-24 10:21:33 +0000
committerwiz <wiz@pkgsrc.org>2008-08-24 10:21:33 +0000
commit5b8e89158f7314d39bf37264847ea4763fa6d23a (patch)
tree6ba1a28e6f4aa218be96052f2b0371cf3d730036 /archivers
parent05e958eefcc95a3d7da88a5f86e91b69500b34c9 (diff)
downloadpkgsrc-5b8e89158f7314d39bf37264847ea4763fa6d23a.tar.gz
Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/fcrackzip/Makefile6
-rw-r--r--archivers/unzip/Makefile4
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