Index: graphics/libqrencode/Makefile =================================================================== --- graphics/libqrencode/Makefile (revision 435385) +++ graphics/libqrencode/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libqrencode PORTVERSION= 3.9.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= qrencode-${PORTVERSION} @@ -18,19 +19,17 @@ GH_ACCOUNT= fukuchi GH_TAGNAME= e3410bf -USES= cmake iconv pathfix pkgconfig +USES= autoreconf iconv libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ + lib/libqrencode.so.3 \ + lib/libqrencode.so.3.9.0 \ libdata/pkgconfig/libqrencode.pc \ man/man1/qrencode.1.gz -post-patch: - @${SED} -i -e 's|share\/man\/man1|man\/man1|' \ - ${WRKSRC}/CMakeLists.txt - .include