diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-20 16:03:11 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-20 16:03:11 +0800 |
commit | 07673ecc0919286b91c629bf1aafe219b58509bf (patch) | |
tree | 420574cfd99b5c7e8cef48f6e0b6eef9128975dc /ftp/pure-ftpd/Makefile | |
parent | 4d128e21a4cb4d2250ab4db0a9e1120dcda7218a (diff) | |
download | freebsd-ports-gnome-07673ecc0919286b91c629bf1aafe219b58509bf.tar.gz freebsd-ports-gnome-07673ecc0919286b91c629bf1aafe219b58509bf.tar.zst freebsd-ports-gnome-07673ecc0919286b91c629bf1aafe219b58509bf.zip |
- Teach the startup script to respect pureftpd_config in rc.conf
(fixes ports/71477)
PR: ports/72911
Submitted by: Frank Denis (author and maintainer)
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 8a92955a2e33..096f8b029cc4 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ |