diff options
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: |