svn commit: r334364 - head/Mk/Uses
Rene Ladan
rene at FreeBSD.org
Tue Nov 19 23:25:45 UTC 2013
Author: rene
Date: Tue Nov 19 23:25:45 2013
New Revision: 334364
URL: http://svnweb.freebsd.org/changeset/ports/334364
Log:
Fix a typo in the DOS2UNIX_GLOB case (SRCSRC -> WRKSRC)
Approved by: portmgr (bapt)
Modified:
head/Mk/Uses/dos2unix.mk
Modified: head/Mk/Uses/dos2unix.mk
==============================================================================
--- head/Mk/Uses/dos2unix.mk Tue Nov 19 23:24:20 2013 (r334363)
+++ head/Mk/Uses/dos2unix.mk Tue Nov 19 23:25:45 2013 (r334364)
@@ -31,7 +31,7 @@ dos2unix:
${XARGS} -0 ${SED} -i '' -e 's/
$$//'
.else
.for f in ${DOS2UNIX_GLOB}
- @${FIND} ${SRCSRC} -type f -name '${f}' -print0 | \
+ @${FIND} ${WRKSRC} -type f -name '${f}' -print0 | \
${XARGS} -0 ${SED} -i '' -e 's/
$$//'
.endfor
.endif
More information about the svn-ports-all
mailing list