summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-06-12 08:18:28 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-06-12 08:18:28 +0000
commit0ef8398d93f73ae6ea4c00eb9b417db6f591f77f (patch)
tree240564ebe72c2721c228b0e8dbe1c626acaceb45 /www
parent1ee0c532146c3c7dd6e76de97708e3ba524c626f (diff)
downloadpkgsrc-0ef8398d93f73ae6ea4c00eb9b417db6f591f77f.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')
-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"