diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index 192b7d75dcd4..3057c1439f93 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,25 +1,27 @@ # Created by: Keith Gaughan PORTNAME= utf8cpp PORTVERSION= 3.1.2 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= k@stereochro.me COMMENT= Simple, portable, lightweight library for handling UTF-8 strings LICENSE= BSL USES= cmake USE_GITHUB= yes GH_ACCOUNT= nemtrif GH_PROJECT= utfcpp +NO_ARCH= yes + PLIST_FILES= include/utf8cpp/utf8.h \ include/utf8cpp/utf8/checked.h \ include/utf8cpp/utf8/core.h \ include/utf8cpp/utf8/cpp11.h \ include/utf8cpp/utf8/unchecked.h \ lib/cmake/utf8cpp/utf8cppConfig.cmake .include