svn commit: r344175 - head/textproc/yali

Antoine Brodin antoine at FreeBSD.org
Fri Feb 14 09:56:24 UTC 2014


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>


More information about the svn-ports-all mailing list