diff options
author | xtraeme <xtraeme> | 2004-07-23 20:04:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-23 20:04:49 +0000 |
commit | b231ef24e5de839c6f8438ec816ea8518e2ea5d9 (patch) | |
tree | d62a745ef20bd24efd730e8fa17973b7fd8774b4 /net/openntpd | |
parent | a42c226f46681470b00631448bd77ee4a46ff01f (diff) | |
download | pkgsrc-b231ef24e5de839c6f8438ec816ea8518e2ea5d9.tar.gz |
Fix typo.
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 1266524c614..645a1772018 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/07/23 19:58:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/23 20:04:49 xtraeme Exp $ DISTNAME= openntpd-20040719p PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= peter@pointless.nl HOMEPAGE= http://www.openntpd.org/ COMMENT= Free implementation of the Network Time Protocol -PKG_INSTALLATYON_TYPES= overwrite pkgviews +PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= ntp-[0-9]* |