Skip to content

Commit

Permalink
devel/liblogging: install man pages in ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
While here, mollify portlint(8) by adding `USE_LDCONFIG=yes`
  • Loading branch information
infracaninophile committed Jan 21, 2024
1 parent 6dda545 commit 6915b41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions devel/liblogging/Makefile
@@ -1,5 +1,6 @@
PORTNAME= liblogging
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.rsyslog.com/liblogging/

Expand All @@ -9,11 +10,13 @@ WWW= https://www.liblogging.org/

LICENSE= BSD2CLAUSE

GNU_CONFIGURE= yes
USES= cpe libtool pathfix pkgconfig
CPE_VENDOR= adiscon

CONFIGURE_ARGS+= --disable-journal --enable-rfc3195
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-journal --enable-rfc3195
USE_LDCONFIG= yes

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-rfc3195.so.0.0.0
Expand Down
4 changes: 2 additions & 2 deletions devel/liblogging/pkg-plist
Expand Up @@ -14,5 +14,5 @@ lib/liblogging-stdlog.so.0
lib/liblogging-stdlog.so.0.1.0
libdata/pkgconfig/liblogging-rfc3195.pc
libdata/pkgconfig/liblogging-stdlog.pc
man/man1/stdlogctl.1.gz
man/man3/stdlog.3.gz
share/man/man1/stdlogctl.1.gz
share/man/man3/stdlog.3.gz

0 comments on commit 6915b41

Please sign in to comment.