diff options
Diffstat (limited to 'ftp/tftp-hpa/Makefile')
-rw-r--r-- | ftp/tftp-hpa/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 97a1c76456ae..c22b8ba79d2c 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -6,18 +6,20 @@ # PORTNAME= tftp-hpa -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.36 CATEGORIES= ftp MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/ MAINTAINER= brooks@FreeBSD.org -COMMENT= "An advanced tftp server" +COMMENT= An advanced tftp server USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +PLIST_FILES= bin/tftp \ + libexec/in.tftpd + MAN1= tftp.1 MAN8= in.tftpd.8 MLINKS= in.tftpd.8 tftpd.8 |