ports/51334: [New Port] Zend Optimizer 2.1.0a

Edwin Groothuis edwin at mavetju.org
Sun Sep 7 07:40:15 UTC 2003


The following reply was made to PR ports/51334; it has been noted by GNATS.

From: Edwin Groothuis <edwin at mavetju.org>
To: freebsd-gnats-submit at FreeBSD.org, sysadmin at alexdupre.com
Cc:  
Subject: Re: ports/51334: [New Port] Zend Optimizer 2.1.0a
Date: Sun, 7 Sep 2003 17:39:06 +1000

 The old tarball isn't there anymore, but there is a 2.1.0b one.
 
 For it, the do-install target has to be:
 
 do-install:
         ${MKDIR} ${PREFIX}/lib/php/${EXT_DIR}
         ${INSTALL_DATA} ${WRKSRC}/data/4_3_x_comp/ZendOptimizer.so \
                ${PREFIX}/lib/php/${EXT_DIR}/ZendOptimizer.so
         ${INSTALL_DATA} ${WRKSRC}/data/4_3_x_comp/TS/ZendOptimizer.so \
                ${PREFIX}/lib/php/${EXT_DIR}/ZendOptimizer_TS.so
 .if !defined(NOPORTDOCS)
         @${MKDIR} ${DOCSDIR}
         @${INSTALL_DATA} ${WRKSRC}/data/doc/* ${DOCSDIR}
 .endif
 
 Do you agree with this?
 
 Edwin
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin at mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 



More information about the freebsd-ports-bugs mailing list