summaryrefslogtreecommitdiff
path: root/net/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile2
-rw-r--r--net/ntp/files/pkg-message.in8
2 files changed, 7 insertions, 3 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 96cc6b8a862d..e58c2dcf1bef 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.8p12
-PORTREVISION= 2
+PORTREVISION= 3
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 9798b4e781b5..5c1aa1544488 100644
--- a/net/ntp/files/pkg-message.in
+++ b/net/ntp/files/pkg-message.in
@@ -3,5 +3,9 @@ Please add
ntpd_program="%%PREFIX%%/sbin/ntpd"
ntpdate_program="%%PREFIX%%/sbin/ntpdate"
-to your /etc/rc.conf to enable ntp from ports/packages instead
-of base ntp.
+to your /etc/rc.conf or run
+
+ sysrc ntpd_program="%%PREFIX%%/sbin/ntpd"
+ sysrc ntpdate_program="%%PREFIX%%/sbin/ntpdate"
+
+to enable ntp from ports/packages instead of base ntp.