svn commit: r371940 - head/textproc/utf8proc
Antoine Brodin
antoine at FreeBSD.org
Fri Oct 31 21:58:20 UTC 2014
Author: antoine
Date: Fri Oct 31 21:58:19 2014
New Revision: 371940
URL: https://svnweb.freebsd.org/changeset/ports/371940
QAT: https://qat.redports.org/buildarchive/r371940/
Log:
Fix a dead symlink
Modified:
head/textproc/utf8proc/Makefile
Modified: head/textproc/utf8proc/Makefile
==============================================================================
--- head/textproc/utf8proc/Makefile Fri Oct 31 21:43:47 2014 (r371939)
+++ head/textproc/utf8proc/Makefile Fri Oct 31 21:58:19 2014 (r371940)
@@ -3,6 +3,7 @@
PORTNAME= utf8proc
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -15,9 +16,9 @@ ALL_TARGET= c-library
USE_LDCONFIG= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1
+ ${INSTALL_LIB} ${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
+ ${LN} -sf libutf8proc.so.1 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list