pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 More fix of PLIST, now pkg_delete should alw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63718cac65c3
branches:  trunk
changeset: 517690:63718cac65c3
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 19 14:47:44 2006 +0000

description:
More fix of PLIST, now pkg_delete should always succeed.

diffstat:

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

diffs (38 lines):

diff -r b1f7ba9f7597 -r 63718cac65c3 lang/php5/Makefile
--- a/lang/php5/Makefile        Sat Aug 19 14:38:52 2006 +0000
+++ b/lang/php5/Makefile        Sat Aug 19 14:47:44 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/08/17 13:17:48 taca Exp $
+# $NetBSD: Makefile,v 1.41 2006/08/19 14:47:44 taca Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/
diff -r b1f7ba9f7597 -r 63718cac65c3 lang/php5/PLIST
--- a/lang/php5/PLIST   Sat Aug 19 14:38:52 2006 +0000
+++ b/lang/php5/PLIST   Sat Aug 19 14:47:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/08/17 13:17:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/08/19 14:47:44 taca Exp $
 bin/pear
 bin/peardev
 bin/pecl
@@ -161,6 +161,7 @@
 include/php/ext/standard/url_scanner_ex.h
 include/php/ext/xml/expat_compat.h
 include/php/ext/xml/php_xml.h
+@exec ${MKDIR} %D/include/php/include
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/config.w32.h
@@ -379,6 +380,7 @@
 @dirrm include/php/ext/date/lib
 @dirrm include/php/ext/date
 @dirrm include/php/ext
+@dirrm include/php/include
 @dirrm include/php/Zend
 @dirrm include/php/TSRM
 @dirrm include/php



Home | Main Index | Thread Index | Old Index