diff options
Diffstat (limited to 'net/wu-ftpd/Makefile')
-rw-r--r-- | net/wu-ftpd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 7fb94becda8..2c3cf577ebb 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2001/11/30 11:39:58 abs Exp $ +# $NetBSD: Makefile,v 1.20 2001/12/03 09:30:36 abs Exp $ # FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # -DISTNAME= wu-ftpd-2.6.1 -PKGREVISION= 1 +DISTNAME= wu-ftpd-2.6.2 CATEGORIES= net MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ \ ftp://ftp.landfield.com/wu-ftpd/wu-ftpd.org/wu-ftpd/ \ @@ -38,11 +37,6 @@ CONFLICTS+= lukemftpd-[0-9]* GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey -PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/patches/apply-to-2.6.1/ -PATCHFILES= ftpglob.patch missing_format_strings.patch -PATCHFILES+= nlst-shows-dirs.patch pasv-port-allow-correction.patch -PATCH_DIST_STRIP=-p0 -F3 # Distribution patches have fuzz - DIST_SUBDIR= wu-ftpd .include "../../mk/bsd.prefs.mk" |