Skip to content

Commit

Permalink
ftp/vsftpd: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 11, 2024
1 parent 94648d8 commit cc49d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ftp/vsftpd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vsftpd
PORTVERSION= 3.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= https://security.appspot.com/downloads/ \
GENTOO
Expand Down Expand Up @@ -95,8 +95,8 @@ do-install:
${LN} ${STAGEDIR}${PREFIX}/libexec/vsftpd ${STAGEDIR}${PREFIX}/libexec/vsftpd6
${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.conf.sample
${INSTALL_DATA} ${WRKSRC}/vsftpd6.conf ${STAGEDIR}${PREFIX}/etc/vsftpd6.conf.sample
${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/man/man5/
${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/
${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${MKDIR} ${STAGEDIR}/var/ftp ${STAGEDIR}${PREFIX}/share/vsftpd/empty

do-install-DOCS-on:
Expand Down
4 changes: 2 additions & 2 deletions ftp/vsftpd/pkg-plist
@@ -1,7 +1,7 @@
libexec/vsftpd
libexec/vsftpd6
man/man5/vsftpd.conf.5.gz
man/man8/vsftpd.8.gz
share/man/man5/vsftpd.conf.5.gz
share/man/man8/vsftpd.8.gz
@sample etc/vsftpd.conf.sample
@sample etc/vsftpd6.conf.sample
@postunexec rmdir /var/ftp 2>/dev/null || true
Expand Down

0 comments on commit cc49d55

Please sign in to comment.