diff options
author | naddy <naddy@FreeBSD.org> | 2004-07-18 23:42:15 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-07-18 23:42:15 +0800 |
commit | 0dc5ae28be9f42f73f36a560bf2ed322a0735dad (patch) | |
tree | d56a4cd3b7efb81eaaf2c5c5b093f1c23ae98d73 /net/openntpd/Makefile | |
parent | 0a37f44974c0aa511aaf7a79b1912bd6ac56171c (diff) | |
download | freebsd-ports-gnome-0dc5ae28be9f42f73f36a560bf2ed322a0735dad.tar.gz freebsd-ports-gnome-0dc5ae28be9f42f73f36a560bf2ed322a0735dad.tar.zst freebsd-ports-gnome-0dc5ae28be9f42f73f36a560bf2ed322a0735dad.zip |
(1)
Update to 20040718p. Changes in this release:
- Ignore obviously malformed queries.
- Respond to client queries with better server statistics.
(2)
Fix configuration file location in man pages.
PR: 69233
Submitted by: edwin (2)
Diffstat (limited to 'net/openntpd/Makefile')
-rw-r--r-- | net/openntpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 9e2623572ba9..562e30f49e54 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openntpd -PORTVERSION= 20040714p +PORTVERSION= 20040718p CATEGORIES= net MASTER_SITES= http://www.zip.com.au/~dtucker/openntpd/ \ http://dtucker.freeshell.org/openntpd/ @@ -15,12 +15,15 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= OpenBSD's Network Time Protocol daemon USE_RC_SUBR= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN5= ntpd.conf.5 MAN8= ntpd.8 pre-build: + ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/ntpd.conf.5 ${WRKSRC}/ntpd.8 @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ -e 's:%%RC_SUBR%%:${RC_SUBR}:g' \ ${FILESDIR}/openntpd.sh >${WRKDIR}/openntpd.sh |