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 | 306ebca3856f9449fbbe4d58e7c8fda0703e2a3b (patch) | |
tree | d62a745ef20bd24efd730e8fa17973b7fd8774b4 /net | |
parent | 1ea1fdd462555453f3b8b8a7d57ff08131907a0d (diff) | |
download | pkgsrc-306ebca3856f9449fbbe4d58e7c8fda0703e2a3b.tar.gz |
Fix typo.
Diffstat (limited to 'net')
-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]* |