mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix path to config files in manpages
- search all config files in ${PREFIX}/etc/
This commit is contained in:
parent
a1875e8f82
commit
27408de52d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96808
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= vsftpd
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/
|
||||
|
||||
@ -33,6 +33,8 @@ do-configure:
|
||||
${WRKSRC}/builddefs.h
|
||||
${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \
|
||||
${WRKSRC}/vsftpd.conf
|
||||
${REINPLACE_CMD} -e "s=/etc/v=${PREFIX}/etc/v=" \
|
||||
${WRKSRC}/vsftpd.8 ${WRKSRC}/vsftpd.conf.5 ${WRKSRC}/tunables.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vsftpd ${PREFIX}/libexec/
|
||||
|
Loading…
Reference in New Issue
Block a user