diff --git a/devel/libsmdev/Makefile b/devel/libsmdev/Makefile index d7e6760ec378..4acd103c113b 100644 --- a/devel/libsmdev/Makefile +++ b/devel/libsmdev/Makefile @@ -1,28 +1,30 @@ PORTNAME= libsmdev DISTVERSION= alpha-20231128 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library to access to storage media devices WWW= https://github.com/libyal/libsmdev 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= libtool pathfix 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/libsmdev/pkg-plist b/devel/libsmdev/pkg-plist index 609652690595..53c0170cf042 100644 --- a/devel/libsmdev/pkg-plist +++ b/devel/libsmdev/pkg-plist @@ -1,17 +1,17 @@ bin/smdevinfo include/libsmdev.h include/libsmdev/codepage.h include/libsmdev/definitions.h include/libsmdev/error.h include/libsmdev/extern.h include/libsmdev/features.h include/libsmdev/types.h lib/libsmdev.a lib/libsmdev.so lib/libsmdev.so.1 lib/libsmdev.so.1.0.0 %%PYTHON_SITELIBDIR%%/pysmdev.a %%PYTHON_SITELIBDIR%%/pysmdev.so libdata/pkgconfig/libsmdev.pc -man/man1/smdevinfo.1.gz -man/man3/libsmdev.3.gz +share/man/man1/smdevinfo.1.gz +share/man/man3/libsmdev.3.gz