Date: Fri, 31 Oct 2014 21:58:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371940 - head/textproc/utf8proc Message-ID: <201410312158.s9VLwJav084957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312158.s9VLwJav084957>