From owner-svn-ports-head@freebsd.org Sat Jun 25 11:26:19 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 A9160B80025; Sat, 25 Jun 2016 11:26:19 +0000 (UTC) (envelope-from antoine@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 761C01D29; Sat, 25 Jun 2016 11:26:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PBQI2a001773; Sat, 25 Jun 2016 11:26:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PBQI0X001772; Sat, 25 Jun 2016 11:26:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201606251126.u5PBQI0X001772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jun 2016 11:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417461 - head/comms/tkscanfax 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.22 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, 25 Jun 2016 11:26:19 -0000 Author: antoine Date: Sat Jun 25 11:26:18 2016 New Revision: 417461 URL: https://svnweb.freebsd.org/changeset/ports/417461 Log: Fix packaging Reported by: pkg-fallout Modified: head/comms/tkscanfax/Makefile Modified: head/comms/tkscanfax/Makefile ============================================================================== --- head/comms/tkscanfax/Makefile Sat Jun 25 11:11:13 2016 (r417460) +++ head/comms/tkscanfax/Makefile Sat Jun 25 11:26:18 2016 (r417461) @@ -25,10 +25,10 @@ post-patch: 's|/usr/local/lib|${PREFIX}/lib|g' do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}) + @${MKDIR} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}) .for file in tkfax tkscan - ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}/${file} + ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}/${file} ${LN} -sf ../${TKSCANFAXDIR}/${file} ${STAGEDIR}${PREFIX}/bin .endfor