diff options
author | hannken <hannken@pkgsrc.org> | 2004-11-30 11:26:59 +0000 |
---|---|---|
committer | hannken <hannken@pkgsrc.org> | 2004-11-30 11:26:59 +0000 |
commit | 9bc110cfa3bb00a9fa5c4beaf6c79b0f56dac02c (patch) | |
tree | 5edfbc2c589a09827ca547ab829bf82901afcdee /net/chrony/Makefile | |
parent | 46b75fdc7660402e3cb394181f20e10e2d1d18d1 (diff) | |
download | pkgsrc-9bc110cfa3bb00a9fa5c4beaf6c79b0f56dac02c.tar.gz |
Update to version 1.20
- Many small tidy-ups and security improvements.
- Merge support for 64bit architectures.
- Generate more informative syslog messages before exiting on failed
assertions.
- Fix bugs in clamping code for the tick value used when slewing a large
offset.
Diffstat (limited to 'net/chrony/Makefile')
-rw-r--r-- | net/chrony/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 78ff77b68f4..30616dc9a8b 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:17:49 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/30 11:26:59 hannken Exp $ -DISTNAME= chrony-1.17 -PKGREVISION= 2 +DISTNAME= chrony-1.20 CATEGORIES= net MASTER_SITES= ftp://chrony.sunsite.dk/projects/chrony/ @@ -11,6 +10,7 @@ COMMENT= Daemon for maintaining the accuracy of computer clocks USE_BUILDLINK3= YES USE_PKGINSTALL= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} @@ -18,6 +18,10 @@ EGDIR= ${LOCALBASE}/share/examples/chrony EGFILES= chrony.conf.example chrony.keys.example RCD_SCRIPTS= chronyd +MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" +MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" +MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" + pre-install: for file in ${EGFILES}; do \ ${SED} ${FILES_SUBST_SED} \ |