diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 19:58:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 19:58:42 +0000 |
commit | ba0e9ae410e71d25e773b64019dd2c71391608c7 (patch) | |
tree | 4027342cf7d6cb801a45bee1270f58ba5f2e7ed5 /net | |
parent | 4666a693977f37fd57eb7f8a26311f037cc246d9 (diff) | |
download | pkgsrc-ba0e9ae410e71d25e773b64019dd2c71391608c7.tar.gz |
* Enable pkgviews installation.
* Conflicts with net/ntp4.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 38abceb25b2..1266524c614 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 19:17:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/23 19:58:42 xtraeme Exp $ DISTNAME= openntpd-20040719p +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openntpd.org/dist/portable/ @@ -8,6 +9,10 @@ MAINTAINER= peter@pointless.nl HOMEPAGE= http://www.openntpd.org/ COMMENT= Free implementation of the Network Time Protocol +PKG_INSTALLATYON_TYPES= overwrite pkgviews + +CONFLICTS+= ntp-[0-9]* + USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |