Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/ZendOptimizer/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 10 Oct 2006 06:00:29 -0000 1.24 +++ Makefile 10 Oct 2006 15:56:39 -0000 @@ -10,6 +10,7 @@ PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}-${DISTVERSION}-freebsd${VER}-${ARCH} +MASTER_SITES= CSME MAINTAINER= ale@FreeBSD.org COMMENT= An optimizer for PHP code @@ -35,15 +36,6 @@ .else VER= 6.0 .endif -# Check for ZendOptimizer sources -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -You have to fetch the binary distribution manually from the\n\ -http://www.zend.com/free_download/optimizer URL.\n\ -Download the file ${DISTNAME}${EXTRACT_SUFX},\n\ -and place it in ${DISTDIR}.\n -.endif .endif .if ${PHP_VER} == 4