diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
commit | b7c600b6fa79ae79fd94a8bc9a1e5a1360e62748 (patch) | |
tree | fd4620c67e5e10d0afde4e707b400487e3a40032 /lang/php5 | |
parent | ef3ba001a15dfa2f7d8d6fa4b50c38f205d513d3 (diff) | |
download | pkgsrc-b7c600b6fa79ae79fd94a8bc9a1e5a1360e62748.tar.gz |
Replace @exec/@unexec with @pkgdir or drop it.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php5/PLIST b/lang/php5/PLIST index 3dce1adbbaa..c758a4faa1c 100644 --- a/lang/php5/PLIST +++ b/lang/php5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2009/06/14 18:03:38 joerg Exp $ +@comment $NetBSD: PLIST,v 1.23 2009/06/14 20:34:14 joerg Exp $ bin/php bin/php-config bin/phpize @@ -161,7 +161,6 @@ 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 @@ -227,4 +226,4 @@ man/man1/phpize.1 share/examples/php/php.ini-dist share/examples/php/php.ini-recommended share/php/php.gif -@unexec ${RMDIR} %D/lib/php 2>/dev/null || ${TRUE} +@pkgdir include/php/include |