aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2018-09-03 10:52:34 +0800
committercy <cy@FreeBSD.org>2018-09-03 10:52:34 +0800
commit43bf1dd3f428f2b4df1c7515105ae54c6366830d (patch)
tree9d1ef0b3ad40a9bb59db722cf3a3a827d1d59b03 /net
parentab16ae32035ec0aff80e9af7fd09e3e3563ad088 (diff)
downloadfreebsd-ports-gnome-43bf1dd3f428f2b4df1c7515105ae54c6366830d.tar.gz
freebsd-ports-gnome-43bf1dd3f428f2b4df1c7515105ae54c6366830d.tar.zst
freebsd-ports-gnome-43bf1dd3f428f2b4df1c7515105ae54c6366830d.zip
Fix a typo.
Reported by: Herbert J. Skuhra <herbert@gojira.at> MFH: 2018Q3
Diffstat (limited to 'net')
-rw-r--r--net/ntp-devel/Makefile2
-rw-r--r--net/ntp-devel/files/pkg-message.in2
-rw-r--r--net/ntp/Makefile2
-rw-r--r--net/ntp/files/pkg-message.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 4722b7df0ba2..72ab2d11ad25 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntp
PORTVERSION= 4.3.93
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net ipv6
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
http://archive.ntp.org/ntp4/ntp-dev/
diff --git a/net/ntp-devel/files/pkg-message.in b/net/ntp-devel/files/pkg-message.in
index 6d72a6bd979a..9798b4e781b5 100644
--- a/net/ntp-devel/files/pkg-message.in
+++ b/net/ntp-devel/files/pkg-message.in
@@ -1,7 +1,7 @@
Please add
ntpd_program="%%PREFIX%%/sbin/ntpd"
- ntpddate_program="%%PREFIX%%/sbin/ntpdate"
+ ntpdate_program="%%PREFIX%%/sbin/ntpdate"
to your /etc/rc.conf to enable ntp from ports/packages instead
of base ntp.
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 468f312ce248..96cc6b8a862d 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.8p12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
http://archive.ntp.org/ntp4/ntp-4.2/ \
diff --git a/net/ntp/files/pkg-message.in b/net/ntp/files/pkg-message.in
index 6d72a6bd979a..9798b4e781b5 100644
--- a/net/ntp/files/pkg-message.in
+++ b/net/ntp/files/pkg-message.in
@@ -1,7 +1,7 @@
Please add
ntpd_program="%%PREFIX%%/sbin/ntpd"
- ntpddate_program="%%PREFIX%%/sbin/ntpdate"
+ ntpdate_program="%%PREFIX%%/sbin/ntpdate"
to your /etc/rc.conf to enable ntp from ports/packages instead
of base ntp.