pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php5 Added missing DIST_SUBDIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/768cb31466ba
branches:  trunk
changeset: 512363:768cb31466ba
user:      martti <martti%pkgsrc.org@localhost>
date:      Sun May 07 09:54:55 2006 +0000

description:
Added missing DIST_SUBDIR

diffstat:

 lang/php5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e0b07abe5b5 -r 768cb31466ba lang/php5/Makefile
--- a/lang/php5/Makefile        Sun May 07 09:41:56 2006 +0000
+++ b/lang/php5/Makefile        Sun May 07 09:54:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/05/07 09:29:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.32 2006/05/07 09:54:55 martti Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
 #PKGREVISION=          # empty
@@ -44,7 +44,7 @@
 SITES.install-pear-nozlib.phar =       http://pear.php.net/
 
 post-extract:
-       ${CP} ${DISTDIR}/install-pear-nozlib.phar ${WRKSRC}/pear/
+       ${CP} ${DISTDIR}/${DIST_SUBDIR}/install-pear-nozlib.phar ${WRKSRC}/pear/
 
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php



Home | Main Index | Thread Index | Old Index