diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-22 12:35:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-22 12:35:55 +0000 |
commit | be3d4f3e2f6fb7dea16e7fe2936bb3c85e082208 (patch) | |
tree | b3a9c1bd3cc40b46d41a70fa4f289a91193cc98d /lang/php73 | |
parent | 10ace2e5f53db252e33fa6b0250c0d251a77e96a (diff) | |
download | freebsd-ports-be3d4f3e2f6fb7dea16e7fe2936bb3c85e082208.zip |
Convert to use @rmempty
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php73/pkg-plist b/lang/php73/pkg-plist index ec9944af89e7..d619954966b5 100644 --- a/lang/php73/pkg-plist +++ b/lang/php73/pkg-plist @@ -203,7 +203,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 +@rmempty include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fastcgi.h |