diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index 63c123c71c9b..0b920ded453a 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,24 +1,26 @@ PORTNAME= utf8cpp PORTVERSION= 4.0.4 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple, portable, lightweight library for handling UTF-8 strings WWW= https://github.com/nemtrif/utfcpp LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= nemtrif GH_PROJECT= utfcpp +CONFLICTS_INSTALL= utf8cpp3 + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/utf8cpp/ cd ${WRKSRC}/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/utf8cpp/ .include