diff options
author | naddy <naddy@FreeBSD.org> | 2004-07-12 08:14:16 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-07-12 08:14:16 +0800 |
commit | 80f30f8eea9d6cee73a44da32869116fcb550967 (patch) | |
tree | 22d6d4778a61fd3f13e9581d5d1def8813bb2bb7 /net | |
parent | 3ce3301849e640cba5dcdaefce58e29d71356066 (diff) | |
download | freebsd-ports-gnome-80f30f8eea9d6cee73a44da32869116fcb550967.tar.gz freebsd-ports-gnome-80f30f8eea9d6cee73a44da32869116fcb550967.tar.zst freebsd-ports-gnome-80f30f8eea9d6cee73a44da32869116fcb550967.zip |
* Add mirror site.
* Fix typo.
Submitted by: Darren Tucker <dtucker@zip.com.au>
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 0ed6ba7f0121..f40251e20ade 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -8,14 +8,15 @@ PORTNAME= openntpd PORTVERSION= 0.2p1 CATEGORIES= net -MASTER_SITES= http://www.zip.com.au/~dtucker/openntpd/ +MASTER_SITES= http://www.zip.com.au/~dtucker/openntpd/ \ + http://dtucker.freeshell.org/openntpd/ DISTNAME= ${PORTNAME}-${PORTVERSION}-pre1 MAINTAINER= naddy@FreeBSD.org COMMENT= OpenBSD's Network Time Protocol daemon USE_RC_SUBR= yes -GNU_CONFIGRUE= yes +GNU_CONFIGURE= yes MAN5= ntpd.conf.5 MAN8= ntpd.8 |