diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index bf00746c49ba..ca62fdad4591 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -1,22 +1,26 @@ PORTNAME= iec16022 DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/rdoeffinger/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create 2D barcodes, also known as DataMatrix WWW= https://github.com/rdoeffinger/iec16022 LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:devel/popt USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CFLAGS+= -fPIC +# remove after manprefix migration +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + .include diff --git a/graphics/iec16022/pkg-plist b/graphics/iec16022/pkg-plist index 354a26446931..4634d008bebb 100644 --- a/graphics/iec16022/pkg-plist +++ b/graphics/iec16022/pkg-plist @@ -1,10 +1,10 @@ bin/iec16022 include/iec16022/iec16022ecc200.h include/iec16022/image.h include/iec16022/reedsol.h lib/libiec16022.a lib/libiec16022.so lib/libiec16022.so.0 lib/libiec16022.so.0.1.0 libdata/pkgconfig/libiec16022.pc -man/man1/iec16022.1.gz +share/man/man1/iec16022.1.gz