From owner-svn-ports-all@FreeBSD.ORG Sat May 31 15:11:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4F9E98D; Sat, 31 May 2014 15:11:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B22C12110; Sat, 31 May 2014 15:11:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VFB7cH066775; Sat, 31 May 2014 15:11:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VFB70e066542; Sat, 31 May 2014 15:11:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405311511.s4VFB70e066542@svn.freebsd.org> From: Antoine Brodin Date: Sat, 31 May 2014 15:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355989 - head/chinese/big5width X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 15:11:07 -0000 Author: antoine Date: Sat May 31 15:11:07 2014 New Revision: 355989 URL: http://svnweb.freebsd.org/changeset/ports/355989 QAT: https://qat.redports.org/buildarchive/r355989/ Log: Unbreak: @exec/@unexec already handle the symlink in the plist While here, remove a directory belonging to mtree from the plist Modified: head/chinese/big5width/Makefile head/chinese/big5width/pkg-plist Modified: head/chinese/big5width/Makefile ============================================================================== --- head/chinese/big5width/Makefile Sat May 31 14:59:03 2014 (r355988) +++ head/chinese/big5width/Makefile Sat May 31 15:11:07 2014 (r355989) @@ -37,10 +37,5 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LANG} ${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LANG} - ${LN} -fs ${LOCALEDIR}/${LANG}/LC_CTYPE \ - ${STAGEDIR}${BASELOCALEDIR}/${LANG}/LC_CTYPE - -post-install: - @${CAT} ${PKGMESSAGE} .include Modified: head/chinese/big5width/pkg-plist ============================================================================== --- head/chinese/big5width/pkg-plist Sat May 31 14:59:03 2014 (r355988) +++ head/chinese/big5width/pkg-plist Sat May 31 15:11:07 2014 (r355989) @@ -1,5 +1,4 @@ share/locale/%%LANG%%/LC_CTYPE @unexec ln -fs ../UTF-8/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE @dirrm share/locale/%%LANG%% -@dirrmtry share/locale @exec ln -fs %D/share/locale/%%LANG%%/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE