svn commit: r355648 - head/www/sahi

Antoine Brodin antoine at FreeBSD.org
Wed May 28 18:47:36 UTC 2014


Author: antoine
Date: Wed May 28 18:47:36 2014
New Revision: 355648
URL: http://svnweb.freebsd.org/changeset/ports/355648
QAT: https://qat.redports.org/buildarchive/r355648/

Log:
  Fix make fetch and make patch
  
  With hat:	portmgr

Modified:
  head/www/sahi/Makefile

Modified: head/www/sahi/Makefile
==============================================================================
--- head/www/sahi/Makefile	Wed May 28 18:36:46 2014	(r355647)
+++ head/www/sahi/Makefile	Wed May 28 18:47:36 2014	(r355648)
@@ -34,7 +34,8 @@ CHROME_DESC=	Use Chrome as default brows
 FIREFOX_DESC=	Use Firefox as default browser
 OPERA_DESC=	Use Opera as default browser
 
-USES=		zip
+USES=		dos2unix zip
+DOS2UNIX_GLOB=	linux.xml os.properties sahi.properties
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
@@ -59,9 +60,6 @@ REINPLACE_ARGS=	-i '' -E \
 SUB_FILES=	${PORTNAME}.sh
 SUB_LIST=	BROWSER=${BROWSER} JAVA_HOME=${JAVA_HOME}
 
-USES=		dos2unix
-DOS2UNIX_FILES=	linux.xml os.properties sahi.properties
-
 post-patch:
 	@${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bat" \) -delete
 	@${FIND} ${WRKSRC} -type f \( -name "*.sh" -or -name "linux.xml" \


More information about the svn-ports-all mailing list