summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-03-20 19:01:45 +0000
committerasau <asau@pkgsrc.org>2014-03-20 19:01:45 +0000
commitd2aec9729f9b94b2320dad71a4e56b7b8ec99633 (patch)
treee6b9f48786d857c6ecdcfda55fc46c11fda22c49 /net
parentee72bff3aedcd5941b8f6af2024d62f949e9302a (diff)
downloadpkgsrc-d2aec9729f9b94b2320dad71a4e56b7b8ec99633.tar.gz
More files observed on FreeBSD.
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 b2bdbb16129..6c0c06529dd 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2014/03/05 12:35:09 obache Exp $
+# $NetBSD: Makefile,v 1.78 2014/03/20 19:01:45 asau Exp $
#
DISTNAME= ntp-dev-4.2.7p410
@@ -43,7 +43,7 @@ post-install:
PLIST_VARS+= ntptime tickadj timetrim
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
PLIST.ntptime= yes
PLIST.tickadj= yes
.elif ${OPSYS} == "IRIX"