diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bftpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index f35176b15624..1abbfa13fc67 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -7,12 +7,14 @@ PORTNAME= bftpd PORTVERSION= 1.0.18 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.bftpd.f2s.com/downloads/src/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +MAN8= bftpd.8 pre-configure: ${PERL} -pi -e "s@<wait.h>@<sys/wait.h>@g" ${WRKSRC}/commands.c |