Date: Fri, 14 Feb 2014 09:56:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344175 - head/textproc/yali Message-ID: <201402140956.s1E9uOqm062271@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402140956.s1E9uOqm062271>