svn commit: r415853 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Wed May 25 18:47:00 UTC 2016


Author: bapt
Date: Wed May 25 18:46:58 2016
New Revision: 415853
URL: https://svnweb.freebsd.org/changeset/ports/415853

Log:
  Fix make check-plist with new @xmlcatmgr keyword

Modified:
  head/Mk/Scripts/functions.sh

Modified: head/Mk/Scripts/functions.sh
==============================================================================
--- head/Mk/Scripts/functions.sh	Wed May 25 18:46:29 2016	(r415852)
+++ head/Mk/Scripts/functions.sh	Wed May 25 18:46:58 2016	(r415853)
@@ -71,7 +71,7 @@ parse_plist() {
 			esac
 		;;
 		# Handle [file] Keywords
-		@info\ *|@shell\ *)
+		@info\ *|@shell\ *|@xmlcatmgr\ *)
 			set -- $line
 			shift
 			case "$@" in


More information about the svn-ports-head mailing list