diff options
author | tsarna <tsarna> | 1998-12-23 07:04:22 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-12-23 07:04:22 +0000 |
commit | f5bdbaab04cfe18bf8878db62604e5f5132969bc (patch) | |
tree | 84856a5d865c50c46c61dff0025c3fb3c89fd270 /www/zope | |
parent | 0462c11a958445502a2f911e0ff90a676debae40 (diff) | |
download | pkgsrc-f5bdbaab04cfe18bf8878db62604e5f5132969bc.tar.gz |
Don't install the zlib distribution either.
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index d6d54a784d2..0b44bef97c2 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/12/23 06:40:15 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/12/23 07:04:22 tsarna Exp $ # DISTNAME= Zope-1.9.0-src @@ -20,6 +20,7 @@ ZOPEDIR= ${PREFIX}/zope do-configure: ${SED} -e "s,@PREFIX@,${PREFIX}," \ <${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile + (cd ${WRKSRC}; rm -rf lib/Components/zlib) (cd ${WRKSRC}; make configure) do-install: |