summaryrefslogtreecommitdiff
path: root/net/chrony/Makefile
diff options
context:
space:
mode:
authorhannken <hannken>2004-11-30 11:26:59 +0000
committerhannken <hannken>2004-11-30 11:26:59 +0000
commit2156140ed4b372c6a19f9d1ae115eecc2ebe50c0 (patch)
tree5edfbc2c589a09827ca547ab829bf82901afcdee /net/chrony/Makefile
parentfb48dc3ca6b0243296c38b97886d149ed5c0f591 (diff)
downloadpkgsrc-2156140ed4b372c6a19f9d1ae115eecc2ebe50c0.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/Makefile10
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} \