diff options
author | cy <cy@FreeBSD.org> | 2008-01-13 12:17:07 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2008-01-13 12:17:07 +0800 |
commit | ee156bfd7a22205bce6562e0112a095598a2efa1 (patch) | |
tree | 41bf13dfc8b7dea46bf064be14246af5ac654525 /net/ntp/Makefile | |
parent | 21eef3fa8a81acf488ebb3f26a1bca261b19524b (diff) | |
download | freebsd-ports-gnome-ee156bfd7a22205bce6562e0112a095598a2efa1.tar.gz freebsd-ports-gnome-ee156bfd7a22205bce6562e0112a095598a2efa1.tar.zst freebsd-ports-gnome-ee156bfd7a22205bce6562e0112a095598a2efa1.zip |
Update 4.2.2p4 --> 4.2.4p4
PR: 119330
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 104ea959a845..97863b3af0e1 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ntp -PORTVERSION= 4.2.2p4 +PORTVERSION= 4.2.4p4 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ \ - http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ - ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-4.2/ \ - ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ntp-4.2/ +MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ + ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org @@ -38,7 +38,12 @@ PLIST_SUB+= SSL="" .endif CONFIGURE_ARGS+= --enable-ipv6 -MAN1= sntp.1 +MAN1= sntp.1 \ + ntpd.1 \ + ntpdsim.1 \ + ntpdc.1 \ + ntpq.1 \ + ntp-keygen.1 \ .include <bsd.port.pre.mk> |