diff options
author | brooks <brooks@FreeBSD.org> | 2004-05-16 08:54:18 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-05-16 08:54:18 +0800 |
commit | cdc953a546e10ca75f2d7fc9ace14ef0c2886411 (patch) | |
tree | 1c78b9bbc8a688f2ba0bd475984a98d00bb917bb /ftp/tftp-hpa/Makefile | |
parent | cfb95746c637cadfa4c51cc77d658461cd342a84 (diff) | |
download | freebsd-ports-gnome-cdc953a546e10ca75f2d7fc9ace14ef0c2886411.tar.gz freebsd-ports-gnome-cdc953a546e10ca75f2d7fc9ace14ef0c2886411.tar.zst freebsd-ports-gnome-cdc953a546e10ca75f2d7fc9ace14ef0c2886411.zip |
Upgrade to 0.36.
Unquote COMMENT.
Ditch two-line plist file.
Approved by: krion (mentor)
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 |