Index: head/devel/cpu_features/Makefile =================================================================== --- head/devel/cpu_features/Makefile (revision 469028) +++ head/devel/cpu_features/Makefile (revision 469029) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= cpu_features PORTVERSION= 0.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= skreuzer@FreeBSD.org COMMENT= Cross platform C99 library to get cpu features at runtime LICENSE= APACHE20 USES= cmake USE_GITHUB= yes GH_ACCOUNT= google do-install: ${INSTALL_PROGRAM} ${WRKSRC}/list_cpu_features ${STAGEDIR}${PREFIX}/bin - ${INSTALL_LIB} ${WRKSRC}/libcpu_features.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libcpu_features.a ${STAGEDIR}${PREFIX}/lib ${MKDIR} ${STAGEDIR}${PREFIX}/include/internal ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/internal/*.h ${STAGEDIR}${PREFIX}/include/internal .include Index: head/devel/cpu_features/pkg-descr =================================================================== --- head/devel/cpu_features/pkg-descr (revision 469028) +++ head/devel/cpu_features/pkg-descr (revision 469029) @@ -1,6 +1,6 @@ A small, fast, and simple open source library to report CPU features at -runtime. Written in C89 for maximum portability, it allocates no memory and is +runtime. Written in C99 for maximum portability, it allocates no memory and is suitable for implementing fundamental functions and running in sandboxed environments. WWW: https://github.com/google/cpu_features