Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/php5/Attic/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- pkgsrc/lang/php5/Attic/Makefile 2005/09/04 20:13:59 1.15 +++ pkgsrc/lang/php5/Attic/Makefile 2005/09/08 18:49:01 1.16 @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.15 2005/09/04 20:13:59 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/08 18:49:01 jdolecek Exp $ # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= # empty CATEGORIES= lang HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5 USE_PKGINSTALL= YES -USE_TOOLS+= gmake gzcat +USE_TOOLS+= gmake LIBTOOL_OVERRIDE= # empty .include "Makefile.php" @@ -20,19 +20,9 @@ CONFIGURE_ARGS+= --enable-force-cgi-redi CGIDIR= ${PREFIX}/libexec/cgi-bin EGDIR= ${PREFIX}/share/examples/php -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -XMLRPC_DISTFILE= XML_RPC-1.4.0.tgz -SITES_${XMLRPC_DISTFILE}= http://pear.php.net/get/ -DISTFILES= ${EXTRACT_ONLY} ${XMLRPC_DISTFILE} - CONF_FILES= ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR} -post-extract: - ${RM} -f ${WRKSRC}/pear/packages/XML_RPC-1.2.2.tar - ${GZCAT} ${DISTDIR}/${XMLRPC_DISTFILE} \ - >${WRKSRC}/pear/packages/${XMLRPC_DISTFILE:S/.tgz/.tar/} - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/man/man1/php.1