aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-11-20 20:58:58 +0800
committerbapt <bapt@FreeBSD.org>2016-11-20 20:58:58 +0800
commit7f6fa2fb47d2855f7ba2cd4cc99db5e0cde7378a (patch)
treeb1b629177b7e75c0e341c4a13d0b0f87e586c014 /lang
parent9368b08ac7eaa60a5a7433cc84f50af0a1104c9d (diff)
downloadfreebsd-ports-gnome-7f6fa2fb47d2855f7ba2cd4cc99db5e0cde7378a.tar.gz
freebsd-ports-gnome-7f6fa2fb47d2855f7ba2cd4cc99db5e0cde7378a.tar.zst
freebsd-ports-gnome-7f6fa2fb47d2855f7ba2cd4cc99db5e0cde7378a.zip
Use predictable @*exec
Diffstat (limited to 'lang')
-rw-r--r--lang/php56/pkg-plist4
-rw-r--r--lang/php56/pkg-plist.mod4
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