From owner-svn-ports-head@freebsd.org Sat Jan 16 07:05:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 270FAA84459; Sat, 16 Jan 2016 07:05:43 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EBE831639; Sat, 16 Jan 2016 07:05:42 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0G75f8v055129; Sat, 16 Jan 2016 07:05:41 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0G75fTO055128; Sat, 16 Jan 2016 07:05:41 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201601160705.u0G75fTO055128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 16 Jan 2016 07:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406197 - head/archivers/deco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 07:05:43 -0000 Author: kevlo Date: Sat Jan 16 07:05:41 2016 New Revision: 406197 URL: https://svnweb.freebsd.org/changeset/ports/406197 Log: Correct permission. Sponsored by: PortsCamp Taiwan Modified: head/archivers/deco/Makefile Modified: head/archivers/deco/Makefile ============================================================================== --- head/archivers/deco/Makefile Sat Jan 16 03:30:01 2016 (r406196) +++ head/archivers/deco/Makefile Sat Jan 16 07:05:41 2016 (r406197) @@ -24,7 +24,6 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/a rzip:${PORTSDIR}/archivers/rzip \ unace:${PORTSDIR}/archivers/unace \ unrar:${PORTSDIR}/archivers/unrar \ - unzip:${PORTSDIR}/archivers/unzip \ zoo:${PORTSDIR}/archivers/zoo \ flac:${PORTSDIR}/audio/flac @@ -46,5 +45,6 @@ do-install: ${RM} -rf ${WRKSRC}/../${PORTNAME}-archive-1.6/${i} .endfor @cd ${WRKDIR}/${PORTNAME}-archive-1.6/x/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + @${FIND} ${STAGEDIR}${DATADIR} -type f -exec ${CHMOD} +x {} \; .include