diff options
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/pkg-plist | 4 | ||||
-rw-r--r-- | lang/php56/pkg-plist.mod | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php56/pkg-plist b/lang/php56/pkg-plist index 6c903f8ba156..2da9397462e1 100644 --- a/lang/php56/pkg-plist +++ b/lang/php56/pkg-plist @@ -185,8 +185,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/fopen_wrappers.h diff --git a/lang/php56/pkg-plist.mod b/lang/php56/pkg-plist.mod index a12fa984d65f..8939be6d3d5e 100644 --- a/lang/php56/pkg-plist.mod +++ b/lang/php56/pkg-plist.mod @@ -1,3 +1,3 @@ %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f |