Skip to content

Commit

Permalink
mail/qpopper: 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 10, 2024
1 parent 901765b commit 7d10beb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mail/qpopper/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qpopper
PORTVERSION= 4.1.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://core.ring.gr.jp/archives/net/mail/qpopper/ \
http://ftp.osuosl.org/.1/blfs/7.7/q/ \
Expand Down Expand Up @@ -153,11 +153,11 @@ post-patch:
do-install:
.if ${PORT_OPTIONS:MAPOP}
${INSTALL_PROGRAM} ${WRKSRC}/popper/popauth ${STAGEDIR}${PREFIX}/bin/qpopauth
${INSTALL_MAN} ${WRKSRC}/man/popauth.8 ${STAGEDIR}${PREFIX}/man/man8/qpopauth.8
${INSTALL_MAN} ${WRKSRC}/man/popauth.8 ${STAGEDIR}${PREFIX}/share/man/man8/qpopauth.8
${LN} -sf qpopauth ${STAGEDIR}${PREFIX}/bin/qapopauth
.endif
${INSTALL_PROGRAM} ${WRKSRC}/popper/popper ${STAGEDIR}${PREFIX}/libexec/qpopper
${INSTALL_MAN} ${WRKSRC}/man/popper.8 ${STAGEDIR}${PREFIX}/man/man8/qpopper.8
${INSTALL_MAN} ${WRKSRC}/man/popper.8 ${STAGEDIR}${PREFIX}/share/man/man8/qpopper.8
.if ${PORT_OPTIONS:MPOPPASSD}
${INSTALL_PROGRAM} ${WRKSRC}/password/poppassd ${STAGEDIR}${PREFIX}/libexec/qpoppassd
.endif
Expand Down
4 changes: 2 additions & 2 deletions mail/qpopper/pkg-plist
Expand Up @@ -2,8 +2,8 @@
%%QPOPAUTH%%@(%%USERS%%,%%GROUPS%%,4555) bin/qpopauth
@sample(%%USERS%%,%%GROUPS%%,0444) %%ETCDIR%%/popusers.sample
libexec/qpopper
man/man8/qpopper.8.gz
%%QPOPAUTH%%man/man8/qpopauth.8.gz
%%EPOPPASSD%%libexec/qpoppassd
%%DOCUMENTATION%%%%DOCSDIR%%/GUIDE.pdf
share/man/man8/qpopper.8.gz
%%QPOPAUTH%%share/man/man8/qpopauth.8.gz
@dir(%%USERS%%,%%GROUPS%%,) %%ETCDIR%%

0 comments on commit 7d10beb

Please sign in to comment.