diff options
Diffstat (limited to 'net/openntpd/Makefile')
-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 |