diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-12 00:14:16 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-12 00:14:16 +0000 |
commit | 9191f1647ed2250a2c0af341a0764b104ae1baf1 (patch) | |
tree | b5aa79ba997856c70854004ddcb712c4c3a4f21a /net/openntpd/Makefile | |
parent | 8b8f78bc6a9fbe186d165b5dbe4b28c543d55337 (diff) | |
download | ports-9191f1647ed2250a2c0af341a0764b104ae1baf1.tar.gz ports-9191f1647ed2250a2c0af341a0764b104ae1baf1.zip |
Notes
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 |