From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 09:56:24 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 CBF1DF7F; Fri, 14 Feb 2014 09:56:24 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B61BD14FF; Fri, 14 Feb 2014 09:56:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E9uOAp062272; Fri, 14 Feb 2014 09:56:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E9uOqm062271; Fri, 14 Feb 2014 09:56:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402140956.s1E9uOqm062271@svn.freebsd.org> From: Antoine Brodin Date: Fri, 14 Feb 2014 09:56:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344175 - head/textproc/yali 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.17 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: Fri, 14 Feb 2014 09:56:24 -0000 Author: antoine Date: Fri Feb 14 09:56:24 2014 New Revision: 344175 URL: http://svnweb.freebsd.org/changeset/ports/344175 QAT: https://qat.redports.org/buildarchive/r344175/ Log: Unbreak after conversion to USES=shebangfix Reported by: pkg-fallout Modified: head/textproc/yali/Makefile Modified: head/textproc/yali/Makefile ============================================================================== --- head/textproc/yali/Makefile Fri Feb 14 09:51:48 2014 (r344174) +++ head/textproc/yali/Makefile Fri Feb 14 09:56:24 2014 (r344175) @@ -3,8 +3,8 @@ PORTNAME= yali PORTVERSION= 1.1 -CATEGORIES= textproc PORTREVISION= 1 +CATEGORIES= textproc MASTER_SITES= http://mirror.appliedops.net/distfiles/ \ http://1.618034.com/blog_data/files/ DISTNAME= yali.v1.1.pl.txt @@ -19,9 +19,10 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww USES= perl5 dos2unix shebangfix USE_PERL5= run -SHEBANG_FILES= ${WRKSRC} +SHEBANG_FILES= ${DISTFILES} NO_BUILD= yes +NO_WRKSUBDIR= yes PLIST_FILES= bin/yali @@ -29,6 +30,6 @@ post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} do-install: - @${INSTALL_SCRIPT} ${WRKSRC} ${STAGEDIR}${PREFIX}/bin/yali + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/bin/yali .include