diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-10 12:48:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-10 12:48:09 +0000 |
commit | 0c76714e6b7a573cd55e6677f69b4d8101a1b7bc (patch) | |
tree | 10a970ccfcacd31a153128247952726d828ad3c0 /ftp/wu-ftpd+ipv6/Makefile | |
parent | Add NO_CDROM. I asked IDsoftware and the reply was: (diff) |
upgrade to vr13 to close security hole and lots of enhancements
Diffstat (limited to 'ftp/wu-ftpd+ipv6/Makefile')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 051fbad23d8e..d06c4f0f0557 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -3,17 +3,15 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.18 1998/07/22 10:14:12 ache Exp $ +# $Id: Makefile,v 1.19 1999/01/13 03:37:28 scrappy Exp $ # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions -DISTNAME= wu-ftpd-2.4.2-beta-18 -PKGNAME= wu-ftpd-2.4.2b18 +DISTNAME= wu-ftpd-2.4.2-beta-18-vr13 +PKGNAME= wu-ftpd-2.4.2b18vr13 CATEGORIES= net -# AUSCERT recommendation -MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ do-build: cd ${WRKSRC} && ./build fbs |