diff options
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index fc784763bda..755cc720ac6 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/25 17:59:54 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/28 22:03:49 jlam Exp $ DISTNAME= chrony-1.17 CATEGORIES= net @@ -9,6 +9,7 @@ HOMEPAGE= http://chrony.sunsite.dk/index.php COMMENT= Daemon for maintaining the accuracy of computer clocks USE_BUILDLINK2= YES +USE_PKGINSTALL= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} @@ -32,5 +33,4 @@ post-install: .include "../../devel/readline/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |