diff options
author | asau <asau@pkgsrc.org> | 2014-03-20 19:01:45 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-03-20 19:01:45 +0000 |
commit | 2c8e9f7dd966dcb3d3514c0846483f880a14301f (patch) | |
tree | e6b9f48786d857c6ecdcfda55fc46c11fda22c49 /net/ntp4/Makefile | |
parent | e2ace55585d0b6362af1d63c1c43f73104e9f624 (diff) | |
download | pkgsrc-2c8e9f7dd966dcb3d3514c0846483f880a14301f.tar.gz |
More files observed on FreeBSD.
Diffstat (limited to 'net/ntp4/Makefile')
-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 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" |