diff options
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r-- | ftp/pftpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 280579918ec..e6186a04663 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pftpd -PORTVERSION= 0.33 +PORTVERSION= 0.39 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ @@ -17,8 +17,7 @@ GNU_CONFIGURE= yes NO_CDROM= "License problem" NO_PACKAGE= "License problem" -post-configure: - @${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile +MAN1= pftpd.1 rpad.1 post-install: @${CAT} ${WRKSRC}/ISSUES |