summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-09-06 11:13:50 +0000
committertnn <tnn@pkgsrc.org>2009-09-06 11:13:50 +0000
commitc0d32bfb8eea1f0d2ec3898cdcc6792a11aa91c3 (patch)
tree9a14cb4edcd000b8cb2d72cbc4a61105f8caeeb4 /net/ntp4
parentf152f2c6b62d6b2bfe566f7777df9171e8d7cd6d (diff)
downloadpkgsrc-c0d32bfb8eea1f0d2ec3898cdcc6792a11aa91c3.tar.gz
fix PLIST breakage on Linux
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 43f57dad25c..6aa91d8799c 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/09/06 10:20:21 tnn Exp $
+# $NetBSD: Makefile,v 1.61 2009/09/06 11:13:50 tnn Exp $
#
DISTNAME= ntp-4.2.4p7
@@ -39,7 +39,7 @@ post-install:
PLIST_VARS+= ntptime tickadj timetrim
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux"
PLIST.ntptime= yes
PLIST.tickadj= yes
.elif ${OPSYS} == "IRIX"