summaryrefslogtreecommitdiff
path: root/net
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
commitd06e32508a82e013bfb80c9ccbd97488fc2d8fc0 (patch)
tree9a14cb4edcd000b8cb2d72cbc4a61105f8caeeb4 /net
parentd8104be9cb49126b7cebc189b6f31ea7ba2a19a3 (diff)
downloadpkgsrc-d06e32508a82e013bfb80c9ccbd97488fc2d8fc0.tar.gz
fix PLIST breakage on Linux
Diffstat (limited to 'net')
-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"