svn commit: r552964 - in head/lang: php72 php73 php74

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 22 12:35:56 UTC 2020


Author: bapt
Date: Thu Oct 22 12:35:55 2020
New Revision: 552964
URL: https://svnweb.freebsd.org/changeset/ports/552964

Log:
  Convert to use @rmempty

Modified:
  head/lang/php72/pkg-plist
  head/lang/php73/pkg-plist
  head/lang/php74/pkg-plist

Modified: head/lang/php72/pkg-plist
==============================================================================
--- head/lang/php72/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php72/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -197,7 +197,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
- at postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+ at rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h

Modified: head/lang/php73/pkg-plist
==============================================================================
--- head/lang/php73/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php73/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -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
- at postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+ at rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h

Modified: head/lang/php74/pkg-plist
==============================================================================
--- head/lang/php74/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php74/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -220,7 +220,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
- at postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+ at rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h


More information about the svn-ports-head mailing list