diff --git a/devel/rudeconfig/Makefile b/devel/rudeconfig/Makefile index 2d5c060ac3d9..3e91d8af0a06 100644 --- a/devel/rudeconfig/Makefile +++ b/devel/rudeconfig/Makefile @@ -1,22 +1,24 @@ PORTNAME= rudeconfig PORTVERSION= 5.0.5 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.rudeserver.com/config/download/ MAINTAINER= lowmaster@web.de COMMENT= Library for handling configuration files, written in C++ WWW= http://www.rudeserver.com/ USES= dos2unix libtool +USE_CXXSTD= c++14 DOS2UNIX_GLOB= * -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes + pre-install: ${CHMOD} 744 ${WRKSRC}/install-sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudeconfig.so .include