svn commit: r196760 - user/edwin/locale/share/msgdef

Edwin Groothuis edwin at FreeBSD.org
Wed Sep 2 10:12:14 UTC 2009


Author: edwin
Date: Wed Sep  2 10:12:13 2009
New Revision: 196760
URL: http://svn.freebsd.org/changeset/base/196760

Log:
  Temporary use libiconv instead of bsdiconv

Modified:
  user/edwin/locale/share/msgdef/Makefile

Modified: user/edwin/locale/share/msgdef/Makefile
==============================================================================
--- user/edwin/locale/share/msgdef/Makefile	Wed Sep  2 10:10:13 2009	(r196759)
+++ user/edwin/locale/share/msgdef/Makefile	Wed Sep  2 10:12:13 2009	(r196760)
@@ -236,7 +236,7 @@ ${ccln}.UTF-8.out: ${ccln}.src
 .if defined(CMS_${ccln})
 .for cms in ${CMS_${ccln}}
 ${ccln}.${cms}.out: ${ccln}.src
-	iconv \
+	/home/edwin/libiconv/bin/iconv \
 	    -f UTF-8 \
 	    -t ${.TARGET:S/${.ALLSRC:S/.src//}.//:S/.out//} \
 	    ${.ALLSRC} > ${.TARGET} \


More information about the svn-src-user mailing list