diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-20 12:58:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-20 12:58:58 +0000 |
commit | 85fac7a5c8792cb410e8dabde09de698b675cfe0 (patch) | |
tree | b1b629177b7e75c0e341c4a13d0b0f87e586c014 /lang/php56 | |
parent | 058ae47056d020ea9544688d0fe848cca0cb0270 (diff) | |
download | ports-85fac7a5c8792cb410e8dabde09de698b675cfe0.tar.gz ports-85fac7a5c8792cb410e8dabde09de698b675cfe0.zip |
Notes
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 |