summaryrefslogtreecommitdiff
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-12-28 20:14:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-12-28 20:14:32 +0000
commit27408de52d55ee7f8bdc2682641b1da68dca9303 (patch)
treeb310e823bcb318492521c791089e4b86ca4c9d3a /ftp/vsftpd
parentAdd my coordinates (Milano capitale). (diff)
- Fix path to config files in manpages
- search all config files in ${PREFIX}/etc/
Notes
Notes: svn path=/head/; revision=96808
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 7a4929129672..cea229d76e46 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -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/