diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-20 13:10:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-20 13:10:18 +0000 |
commit | 8d37b70b5f5c7572b47960debe4155f34529da37 (patch) | |
tree | 1982e330a3404509e97e28c1bab0dd4bb1c5d1e8 /lang/php56 | |
parent | 44369dbd884ea502c22a314c796bb5af64aecae6 (diff) |
Use @preunexec rather than @postunexec
Reported by: antoine
Notes
Notes:
svn path=/head/; revision=426585
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/pkg-plist | 2 |
1 files changed, 1 insertions, 1 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 |