summaryrefslogtreecommitdiff
path: root/net/ntp4/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-06-24 13:57:09 +0000
committerobache <obache@pkgsrc.org>2008-06-24 13:57:09 +0000
commit739e7bf25d24fd649e8d27971fecc41676f4dfea (patch)
treecf468e8ee33270fee10c2985e695a36d0fbd9977 /net/ntp4/Makefile
parentfc77d61a03387a2029f6e9f8b20cedc8640c146f (diff)
downloadpkgsrc-739e7bf25d24fd649e8d27971fecc41676f4dfea.tar.gz
Fixed PLIST for Solaris, installs ntptime but not tickadj.
Noticed by John Heasley in PR 39033.
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r--net/ntp4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index cdd082214f2..6081f9596f7 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2008/06/24 11:47:13 obache Exp $
+# $NetBSD: Makefile,v 1.58 2008/06/24 13:57:09 obache Exp $
#
DISTNAME= ntp-4.2.4p4
@@ -38,12 +38,15 @@ post-install:
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= ntptime timetrim
+PLIST_VARS+= ntptime tickadj timetrim
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
PLIST.ntptime= yes
+PLIST.tickadj= yes
.elif ${OPSYS} == "IRIX"
PLIST.timetrim= yes
+.elif ${OPSYS} == "SunOS"
+PLIST.ntptime= yes
.endif
.include "../../security/openssl/buildlink3.mk"