Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 07:14:53 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340556 - head/textproc/yali
Message-ID:  <201401210714.s0L7Erre030614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 21 07:14:53 2014
New Revision: 340556
URL: http://svnweb.freebsd.org/changeset/ports/340556
QAT: https://qat.redports.org/buildarchive/r340556/

Log:
  Support staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/yali/Makefile

Modified: head/textproc/yali/Makefile
==============================================================================
--- head/textproc/yali/Makefile	Tue Jan 21 06:21:35 2014	(r340555)
+++ head/textproc/yali/Makefile	Tue Jan 21 07:14:53 2014	(r340556)
@@ -17,20 +17,18 @@ COMMENT=	YALI: Yet Another LOLCODE Inter
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
 
-USES=		perl5
+USES=		perl5 dos2unix shebangfix
 USE_PERL5=	run
-
-USE_DOS2UNIX=	yes
+SHEBANG_FILES=	${WRKSRC}
 
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/yali
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC} ${PREFIX}/bin/yali
+	@${INSTALL_SCRIPT} ${WRKSRC} ${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?201401210714.s0L7Erre030614>