summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authortron <tron>1999-01-09 01:26:09 +0000
committertron <tron>1999-01-09 01:26:09 +0000
commit7ec5b411278ffca4385f6d01e5359b5e2f2b1e19 (patch)
tree7f056fcdb6f95f9c6717c52173c53bc3ba0ac993 /archivers/unzip
parenta143d640dbfa13a3c4b124fab5c80e7df06d5c05 (diff)
downloadpkgsrc-7ec5b411278ffca4385f6d01e5359b5e2f2b1e19.tar.gz
Add missing conflict entry.
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 54ab023f517..b5fbb7618d5 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/01/04 13:33:07 tv Exp $
+# $NetBSD: Makefile,v 1.18 1999/01/09 01:26:09 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -11,6 +11,8 @@ DISTFILES= unzip540.tar.gz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cdrom.com/pub/infozip/
+CONFLICTS= unzip-*
+
MAKEFILE= unix/Makefile
ALL_TARGET= unzips
# we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz