mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ftp/vsftpd: use ${PREFIX}/share/man
This commit is contained in:
parent
94648d806d
commit
cc49d5567a
@ -1,6 +1,6 @@
|
||||
PORTNAME= vsftpd
|
||||
PORTVERSION= 3.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= https://security.appspot.com/downloads/ \
|
||||
GENTOO
|
||||
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user