svn commit: r340556 - head/textproc/yali

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 07:14:54 UTC 2014


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>


More information about the svn-ports-all mailing list