diff --git a/devel/libcreg/Makefile b/devel/libcreg/Makefile index eefff5858ada..5ebf0a454ce3 100644 --- a/devel/libcreg/Makefile +++ b/devel/libcreg/Makefile @@ -1,28 +1,30 @@ PORTNAME= libcreg DISTVERSION= experimental-20221022 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libcreg/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the Windows 9x/Me Registry File format WWW= https://github.com/libyal/libcreg LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls .include diff --git a/devel/libcreg/pkg-plist b/devel/libcreg/pkg-plist index 1d2db6bf5262..e88af3288b8f 100644 --- a/devel/libcreg/pkg-plist +++ b/devel/libcreg/pkg-plist @@ -1,19 +1,19 @@ bin/cregexport bin/creginfo bin/cregmount include/libcreg.h include/libcreg/codepage.h include/libcreg/definitions.h include/libcreg/error.h include/libcreg/extern.h include/libcreg/features.h include/libcreg/types.h lib/libcreg.a lib/libcreg.so lib/libcreg.so.1 lib/libcreg.so.1.0.0 %%PYTHON_SITELIBDIR%%/pycreg.a %%PYTHON_SITELIBDIR%%/pycreg.so libdata/pkgconfig/libcreg.pc -man/man1/creginfo.1.gz -man/man3/libcreg.3.gz +share/man/man1/creginfo.1.gz +share/man/man3/libcreg.3.gz