Date: Tue, 21 Jan 2014 08:06:28 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340568 - head/textproc/utf8proc Message-ID: <201401210806.s0L86SD2050385@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jan 21 08:06:28 2014 New Revision: 340568 URL: http://svnweb.freebsd.org/changeset/ports/340568 QAT: https://qat.redports.org/buildarchive/r340568/ Log: * Convert to staging * Pet portlint Sponsored by: Absolight Modified: head/textproc/utf8proc/Makefile head/textproc/utf8proc/pkg-descr Modified: head/textproc/utf8proc/Makefile ============================================================================== --- head/textproc/utf8proc/Makefile Tue Jan 21 08:02:46 2014 (r340567) +++ head/textproc/utf8proc/Makefile Tue Jan 21 08:06:28 2014 (r340568) @@ -15,11 +15,10 @@ ALL_TARGET= c-library USE_LDCONFIG= yes -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${PREFIX}/lib/libutf8proc.so.1 - ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${PREFIX}/include - ${LN} -sf ${PREFIX}/lib/libutf8proc.so.0 ${PREFIX}/lib/libutf8proc.so + ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1 + ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${STAGEDIR}${PREFIX}/include + ${LN} -sf libutf8proc.so.0 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so .include <bsd.port.mk> Modified: head/textproc/utf8proc/pkg-descr ============================================================================== --- head/textproc/utf8proc/pkg-descr Tue Jan 21 08:02:46 2014 (r340567) +++ head/textproc/utf8proc/pkg-descr Tue Jan 21 08:06:28 2014 (r340568) @@ -6,4 +6,4 @@ characters "Hyphen" (U+2010), "Minus" (U "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons. -WWW: http://www.flexiguided.de/publications.utf8proc.en.html +WWW: http://www.flexiguided.de/publications.utf8proc.en.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210806.s0L86SD2050385>