aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-11-20 21:10:18 +0800
committerbapt <bapt@FreeBSD.org>2016-11-20 21:10:18 +0800
commit33a66d40c7a85956b95bcfe8e556df0f48947e70 (patch)
tree1982e330a3404509e97e28c1bab0dd4bb1c5d1e8 /lang
parent18aff413365e7470ab04d1cc2804953273d9aa17 (diff)
downloadfreebsd-ports-gnome-33a66d40c7a85956b95bcfe8e556df0f48947e70.tar.gz
freebsd-ports-gnome-33a66d40c7a85956b95bcfe8e556df0f48947e70.tar.zst
freebsd-ports-gnome-33a66d40c7a85956b95bcfe8e556df0f48947e70.zip
Use @preunexec rather than @postunexec
Reported by: antoine
Diffstat (limited to 'lang')
-rw-r--r--lang/php56/pkg-plist2
-rw-r--r--lang/php70/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php56/pkg-plist b/lang/php56/pkg-plist
index 2da9397462e1..cb555fe0759c 100644
--- a/lang/php56/pkg-plist
+++ b/lang/php56/pkg-plist
@@ -186,7 +186,7 @@ include/php/ext/standard/url.h
include/php/ext/standard/url_scanner_ex.h
include/php/ext/standard/winver.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
+@preunexec [ -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/php70/pkg-plist b/lang/php70/pkg-plist
index e8ab746faebf..d67ae2ff3733 100644
--- a/lang/php70/pkg-plist
+++ b/lang/php70/pkg-plist
@@ -188,7 +188,7 @@ include/php/ext/standard/url.h
include/php/ext/standard/url_scanner_ex.h
include/php/ext/standard/winver.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
+@preunexec [ -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