diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-20 20:53:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-20 20:53:51 +0800 |
commit | 969b99d74ca38525aa5a5d5a4054bfb4f90ddb4c (patch) | |
tree | 5c639e441c33ac1c49009fd9885a5f439a59b509 /lang | |
parent | 66b20c47b1af3321658d3b69a53e6149bb9dce7c (diff) | |
download | freebsd-ports-gnome-969b99d74ca38525aa5a5d5a4054bfb4f90ddb4c.tar.gz freebsd-ports-gnome-969b99d74ca38525aa5a5d5a4054bfb4f90ddb4c.tar.zst freebsd-ports-gnome-969b99d74ca38525aa5a5d5a4054bfb4f90ddb4c.zip |
Use @post*exec instead of deprecated @exec
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php70/pkg-plist | 4 |
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 |