aboutsummaryrefslogtreecommitdiff
path: root/textproc/utf8proc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-31 21:58:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-31 21:58:19 +0000
commit378b116140c491d73df44fa4d79593ebf1520ce1 (patch)
treed488d82bc99b6d77db669eecd251b99182838387 /textproc/utf8proc
parent15df5a7d45cf588f73db7f547a962e29d271e0ed (diff)
downloadports-378b116140c491d73df44fa4d79593ebf1520ce1.tar.gz
ports-378b116140c491d73df44fa4d79593ebf1520ce1.zip
Fix a dead symlink
Notes
Notes: svn path=/head/; revision=371940
Diffstat (limited to 'textproc/utf8proc')
-rw-r--r--textproc/utf8proc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile
index 9ae6b06365af..b3b5b57ce83b 100644
--- a/textproc/utf8proc/Makefile
+++ b/textproc/utf8proc/Makefile
@@ -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>