summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-09-08 18:49:01 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-09-08 18:49:01 +0000
commita30925485a4af4c3d8227a8a8de139e108aa4cd3 (patch)
treee118485b245999cfbc916b8ffa1ed762a236c9ec /lang/php5/Makefile
parent4649a00e4acdd3d68051728449a2c3bd17368918 (diff)
downloadpkgsrc-a30925485a4af4c3d8227a8a8de139e108aa4cd3.tar.gz
Update php5 to version 5.0.5. This is maintenance release, aimed at
bug fixes only with only few and minor new features. Full changelog available at: http://mirrors.inway.cz/ChangeLog-5.php#5.0.5
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 3624a83f390..c04106275d1 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -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-redirect
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