diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /www/zope | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 0b44bef97c2..3511dc6f000 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/12/23 07:04:22 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:46 hubertf Exp $ # DISTNAME= Zope-1.9.0-src @@ -11,8 +11,6 @@ HOMEPAGE= http://www.zope.org/ DEPENDS+= python-1.5.1:../../lang/python -CONFLICTS= zope-1.9b1 zope-1.9.0b2 - PLIST_SRC= ${WRKDIR}/.PLIST_SRC ZOPEDIR= ${PREFIX}/zope |