diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-06 11:13:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-06 11:13:50 +0000 |
commit | d06e32508a82e013bfb80c9ccbd97488fc2d8fc0 (patch) | |
tree | 9a14cb4edcd000b8cb2d72cbc4a61105f8caeeb4 /net | |
parent | d8104be9cb49126b7cebc189b6f31ea7ba2a19a3 (diff) | |
download | pkgsrc-d06e32508a82e013bfb80c9ccbd97488fc2d8fc0.tar.gz |
fix PLIST breakage on Linux
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp4/Makefile | 4 |
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" |