diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 20:04:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 20:04:49 +0000 |
commit | 4cb4dfedbaaeb1bbbf9d12bfa37da41683678338 (patch) | |
tree | d62a745ef20bd24efd730e8fa17973b7fd8774b4 | |
parent | d34f69ddd5b20ef5686913a301cf2a897ffc43a0 (diff) | |
download | pkgsrc-4cb4dfedbaaeb1bbbf9d12bfa37da41683678338.tar.gz |
Fix typo.
-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]* |