aboutsummaryrefslogtreecommitdiff
path: root/lang/php70
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-11-20 12:53:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-11-20 12:53:51 +0000
commit49044bf298e7ecef6c56e41ce7c49e64289aca31 (patch)
tree5c639e441c33ac1c49009fd9885a5f439a59b509 /lang/php70
parent9cf92ebd83197786b28247f5a0bd974f76022d1e (diff)
downloadports-49044bf298e7ecef6c56e41ce7c49e64289aca31.tar.gz
ports-49044bf298e7ecef6c56e41ce7c49e64289aca31.zip
Use @post*exec instead of deprecated @exec
Notes
Notes: svn path=/head/; revision=426581
Diffstat (limited to 'lang/php70')
-rw-r--r--lang/php70/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php70/pkg-plist b/lang/php70/pkg-plist
index 6babcb4e1ce2..e8ab746faebf 100644
--- a/lang/php70/pkg-plist
+++ b/lang/php70/pkg-plist
@@ -187,8 +187,8 @@ include/php/ext/standard/uniqid.h
include/php/ext/standard/url.h
include/php/ext/standard/url_scanner_ex.h
include/php/ext/standard/winver.h
-@exec touch %D/include/php/ext/php_config.h
-@unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+@postexec touch %D/include/php/ext/php_config.h
+@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
include/php/main/SAPI.h
include/php/main/build-defs.h
include/php/main/fastcgi.h