Skip to content

Commit

Permalink
sysutils/msyslog: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 24, 2024
1 parent 54c519c commit cec9f2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions sysutils/msyslog/Makefile
@@ -1,6 +1,6 @@
PORTNAME= msyslog
DISTVERSION= 1.08g
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${DISTVERSION}
DISTNAME= ${PORTNAME}-v${DISTVERSION}-src
Expand Down Expand Up @@ -47,7 +47,7 @@ post-patch:
${WRKSRC}/src/modules/Makefile.in \
${WRKSRC}/src/peo/Makefile.in \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/man|g' \
@${REINPLACE_CMD} -e 's|@mandir@|${STAGEDIR}${PREFIX}/share/man|g' \
${WRKSRC}/src/man/GNUmakefile.in

post-install-EXAMPLES-on:
Expand Down
30 changes: 15 additions & 15 deletions sysutils/msyslog/pkg-plist
@@ -1,25 +1,25 @@
sbin/peochk
sbin/syslogd
lib/libmsyslog.so.1
man/man5/syslog.conf.5.gz
man/man8/im_bsd.8.gz
man/man8/im_file.8.gz
man/man8/im_tcp.8.gz
man/man8/im_udp.8.gz
man/man8/im_unix.8.gz
man/man8/om_classic.8.gz
man/man8/om_peo.8.gz
man/man8/om_regex.8.gz
man/man8/om_tcp.8.gz
man/man8/om_udp.8.gz
man/man8/peochk.8.gz
man/man8/syslogd.8.gz
%%MYSQL%%man/man8/om_mysql.8.gz
%%PGSQL%%man/man8/om_pgsql.8.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/im_mymodule.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/om_mymodule.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.classic
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.mysql
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.peo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.pgsql
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syslog.conf.regex
share/man/man5/syslog.conf.5.gz
share/man/man8/im_bsd.8.gz
share/man/man8/im_file.8.gz
share/man/man8/im_tcp.8.gz
share/man/man8/im_udp.8.gz
share/man/man8/im_unix.8.gz
share/man/man8/om_classic.8.gz
share/man/man8/om_peo.8.gz
share/man/man8/om_regex.8.gz
share/man/man8/om_tcp.8.gz
share/man/man8/om_udp.8.gz
share/man/man8/peochk.8.gz
share/man/man8/syslogd.8.gz
%%MYSQL%%share/man/man8/om_mysql.8.gz
%%PGSQL%%share/man/man8/om_pgsql.8.gz

0 comments on commit cec9f2d

Please sign in to comment.