Date: Tue, 18 Sep 2012 21:21:08 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304467 - head/x11-toolkits/hs-wxc Message-ID: <201209182121.q8ILL8ES064838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Tue Sep 18 21:21:08 2012 New Revision: 304467 URL: http://svn.freebsd.org/changeset/ports/304467 Log: - Fix problem with line endings Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell Modified: head/x11-toolkits/hs-wxc/Makefile Modified: head/x11-toolkits/hs-wxc/Makefile ============================================================================== --- head/x11-toolkits/hs-wxc/Makefile Tue Sep 18 21:00:18 2012 (r304466) +++ head/x11-toolkits/hs-wxc/Makefile Tue Sep 18 21:21:08 2012 (r304467) @@ -21,6 +21,7 @@ WX_COMPS= wx WX_UNICODE= yes NOPORTDOCS= yes +USE_DOS2UNIX= yes post-patch:: @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209182121.q8ILL8ES064838>