diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-03-02 23:24:34 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-03-02 23:24:34 +0000 |
commit | b27d53e128886d8614124a8eb7052d63190759a1 (patch) | |
tree | 0b8eda9af34192b849c275d2d418fbfc47f3e4cf /net/pureftpd | |
parent | b2b5eb2a40250c54571ad8a1f579b7259694fce2 (diff) | |
download | pkgsrc-b27d53e128886d8614124a8eb7052d63190759a1.tar.gz |
Change
builtin sql support -> optional sql support
in COMMENT, since mysql support is not enabled in this very package.
Diffstat (limited to 'net/pureftpd')
-rw-r--r-- | net/pureftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile index 1c1ac0bfa78..24144aa3985 100644 --- a/net/pureftpd/Makefile +++ b/net/pureftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 23:22:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/02 23:24:34 zuntum Exp $ # DISTNAME= pure-ftpd-1.0.9 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.pureftpd.org/ -COMMENT= ftpd daemon with builtin SQL support +COMMENT= ftpd daemon with optional SQL support GNU_CONFIGURE= YES |