devel/libcreg: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
788bd5f72d
commit
7b54f4a69e
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libcreg
|
||||
DISTVERSION= experimental-20221022
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libcreg/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
|
@ -12,6 +13,7 @@ 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
|
||||
|
|
|
@ -15,5 +15,5 @@ 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
|
||||
|
|
Loading…
Reference in a new issue