svn commit: r340568 - head/textproc/utf8proc

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 08:06:29 UTC 2014


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


More information about the svn-ports-all mailing list