diff options
author | taca <taca@pkgsrc.org> | 2006-08-19 14:47:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-08-19 14:47:44 +0000 |
commit | e1048af207ff36c2afdaed8fa0a0f414c459700b (patch) | |
tree | 8396c6dbb90bd2a4b69e97ddb8785344a75d050f /lang/php5 | |
parent | 53de6e942ab7b795d05f3dc978dfb7216d5ce4b8 (diff) | |
download | pkgsrc-e1048af207ff36c2afdaed8fa0a0f414c459700b.tar.gz |
More fix of PLIST, now pkg_delete should always succeed.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2383772eec7..7a96922116f 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -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 --git a/lang/php5/PLIST b/lang/php5/PLIST index 223e755e694..07996e7ccd8 100644 --- a/lang/php5/PLIST +++ b/lang/php5/PLIST @@ -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.h 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 @@ share/php/php.gif @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 |