diff options
author | wiz <wiz> | 2001-05-02 19:34:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-02 19:34:54 +0000 |
commit | 6ce367e9b272f80155cdd4fbc3f2b0178c37094e (patch) | |
tree | 3cff80b198b905c970db45de8ed60231ec8068f1 /net | |
parent | 5519112a6cbecb73087ef533962eca221db210c4 (diff) | |
download | pkgsrc-6ce367e9b272f80155cdd4fbc3f2b0178c37094e.tar.gz |
Fix typo in COMMENT, noted while reading the 'Changes in the NetBSD
Packages Collection in April 2001'.
Diffstat (limited to 'net')
-rw-r--r-- | net/poink/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile index e862dd56c2e..2f498991ab0 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/03 11:29:34 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/02 19:34:54 wiz Exp $ # DISTNAME= poink-1.5 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://zuntum.net/distfiles/ MAINTAINER= zuntum@netbsd.org -COMMENT= nosuid, absolutery secure version of ping utility +COMMENT= nosuid, absolutely secure version of ping utility do-install: ${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin |