svn commit: r351838 - head/Mk/Scripts

Antoine Brodin antoine at FreeBSD.org
Tue Apr 22 14:11:49 UTC 2014


Author: antoine
Date: Tue Apr 22 14:11:48 2014
New Revision: 351838
URL: http://svnweb.freebsd.org/changeset/ports/351838
QAT: https://qat.redports.org/buildarchive/r351838/

Log:
  Fix directory keywords handling
  
  Reviewed by:	bdrewery
  With hat:	portmgr

Modified:
  head/Mk/Scripts/check-stagedir.sh

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Tue Apr 22 14:09:10 2014	(r351837)
+++ head/Mk/Scripts/check-stagedir.sh	Tue Apr 22 14:11:48 2014	(r351838)
@@ -101,7 +101,7 @@ if [ $makeplist = 0 ] ; then
 		@fc\ *|@fcfontsdir\ *|@fontsdir\ *)
 			set -- $line
 			shift
-			echo "${comment}@dirrmtry ${cwd}/$@"
+			echo >&3 "${comment}${cwd}/$@"
 		;;
 
 		# order matters here - we must check @cwd first because


More information about the svn-ports-head mailing list