Skip to content

Commit

Permalink
ftp/proftpd: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 12, 2024
1 parent 550128a commit 5257ca8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions ftp/proftpd/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME?= proftpd
.if !defined(DISTVERSION)
PORTVERSION?= ${PROFTPD_VERSION}
.endif
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
https://github.com/downloads/proftpd/proftpd.github.com/ \
Expand Down Expand Up @@ -52,6 +52,7 @@ PORTDOCS= *
MAKE_JOBS_UNSAFE= yes
USES+= gmake libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

.if !defined(_BUILDING_PROFTPD_MODULE)
USES+= cpe ssl
Expand Down Expand Up @@ -239,7 +240,7 @@ post-install:
@${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto
. endif
.endif
@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${PREFIX}/man/man8/
@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${PREFIX}/share/man/man8/
.endif #!defined(_BUILDING_PROFTPD_MODULE)

.include <bsd.port.post.mk>
24 changes: 12 additions & 12 deletions ftp/proftpd/pkg-plist
Expand Up @@ -197,18 +197,18 @@ libexec/proftpd/mod_wrap2_file.so
%%REDIS%%libexec/proftpd/mod_wrap2_redis.so
libexec/proftpd/mod_wrap2_sql.a
libexec/proftpd/mod_wrap2_sql.so
man/man1/ftpcount.1.gz
man/man1/ftpmail.1.gz
man/man1/ftpasswd.1.gz
man/man1/ftpquota.1.gz
man/man1/ftpwho.1.gz
man/man1/ftptop.1.gz
man/man5/proftpd.conf.5.gz
man/man5/xferlog.5.gz
man/man8/proftpd.8.gz
man/man8/ftpscrub.8.gz
man/man8/ftpshut.8.gz
man/man8/ftpdctl.8.gz
share/man/man1/ftpcount.1.gz
share/man/man1/ftpmail.1.gz
share/man/man1/ftpasswd.1.gz
share/man/man1/ftpquota.1.gz
share/man/man1/ftpwho.1.gz
share/man/man1/ftptop.1.gz
share/man/man5/proftpd.conf.5.gz
share/man/man5/xferlog.5.gz
share/man/man8/proftpd.8.gz
share/man/man8/ftpscrub.8.gz
share/man/man8/ftpshut.8.gz
share/man/man8/ftpdctl.8.gz
sbin/ftpscrub
sbin/ftpshut
sbin/in.proftpd
Expand Down

0 comments on commit 5257ca8

Please sign in to comment.