diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-21 11:35:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-21 11:35:39 +0000 |
commit | 7f0d7bb47351b48a69b3660eaa6c6e3bce19f42a (patch) | |
tree | 60d2232a9a63dc9999c72d826aee9a24819d65f8 | |
parent | 16f821fcd23f889693b8d100532511cfd26ffb72 (diff) | |
download | pkgsrc-7f0d7bb47351b48a69b3660eaa6c6e3bce19f42a.tar.gz |
Fix typo in COMMENT.
-rw-r--r-- | www/screws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screws/Makefile b/www/screws/Makefile index 63bb889a3af..79d8d491217 100644 --- a/www/screws/Makefile +++ b/www/screws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/03/20 17:52:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/21 11:35:39 wiz Exp $ # DISTNAME= screws-0.56 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.nopcode.org/?t=screws -COMMENT= SCRipt Enhaced Web Server +COMMENT= SCRipt Enhanced Web Server USE_PERL5= YES USE_BUILDLINK3= YES |