Date: Wed, 28 May 2014 18:47:36 +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: r355648 - head/www/sahi Message-ID: <201405281847.s4SIla6F007865@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281847.s4SIla6F007865>