summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-06-12 08:18:28 +0000
committerjdolecek <jdolecek>2005-06-12 08:18:28 +0000
commit41faddd5325d7a4f9c9554e44d3dd656115ded95 (patch)
tree240564ebe72c2721c228b0e8dbe1c626acaceb45 /www/php4
parentecd932a324b56737389b68585a1125e0bb2a125e (diff)
downloadpkgsrc-41faddd5325d7a4f9c9554e44d3dd656115ded95.tar.gz
g/c the UPGRADE_PKG code - it's no longer used, and the empty 'for'
list causes problems with some (e.g. Irix) shells
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile
index 45b5c29bdbf..9f873822f17 100644
--- a/www/php4/Makefile
+++ b/www/php4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/05/22 20:08:46 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2005/06/12 08:18:28 jdolecek Exp $
PKGNAME= php-${PHP_BASE_VERS}
CATEGORIES+= lang
@@ -35,11 +35,6 @@ MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
CONF_FILES= ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini
OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR}
-# some of the bundled Pear extensions have newer versions, which fix
-# some known bugs
-PEAR_CMD= ${PREFIX}/bin/pear
-UPGRADE_PKG=
-
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php
${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/man/man1/php.1
@@ -50,8 +45,4 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/php
${INSTALL_DATA} ${WRKSRC}/php.gif ${PREFIX}/share/php
- for p in ${UPGRADE_PKG}; do \
- ${PEAR_CMD} upgrade $$p || exit 1; \
- done
-
.include "../../mk/bsd.pkg.mk"