diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-12-23 07:04:22 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-12-23 07:04:22 +0000 |
commit | 9cae4355c40e4e9827cee6531256122b6ae07655 (patch) | |
tree | 84856a5d865c50c46c61dff0025c3fb3c89fd270 /www/zope | |
parent | 296af56a23aa8eecc7d3bbf1de46d620694bc1ca (diff) | |
download | pkgsrc-9cae4355c40e4e9827cee6531256122b6ae07655.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: |