diff options
author | ache <ache@FreeBSD.org> | 1997-12-25 01:45:48 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-12-25 01:45:48 +0800 |
commit | bc1ef55639e687e87acc1c16335aa5e85607469e (patch) | |
tree | c94ca8d223b34a11cdab4257100d85c4af76a1fb /ftp/wu-ftpd/Makefile | |
parent | 8e574dc5ae8883d393a5ae522eb4123a6044c6f5 (diff) | |
download | freebsd-ports-graphics-bc1ef55639e687e87acc1c16335aa5e85607469e.tar.gz freebsd-ports-graphics-bc1ef55639e687e87acc1c16335aa5e85607469e.tar.zst freebsd-ports-graphics-bc1ef55639e687e87acc1c16335aa5e85607469e.zip |
Upgrade to beta-16
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 07abf25bef2..5b1c352124c 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: wu-ftpd -# Version required: 2.4.2-beta-15 +# Version required: 2.4.2-beta-16 # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.14 1997/09/09 22:59:50 ache Exp $ +# $Id: Makefile,v 1.15 1997/09/15 05:48:22 ache 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-15 -PKGNAME= wu-ftpd-2.4.2b15 +DISTNAME= wu-ftpd-2.4.2-beta-16 +PKGNAME= wu-ftpd-2.4.2b16 CATEGORIES= net # AUSCERT recommendation MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/ @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tar.Z do-build: cd ${WRKSRC} && ./build fbs -MAINTAINER= torstenb@FreeBSD.org +MAINTAINER= ache@FreeBSD.org MAN1= ftpcount.1 ftpwho.1 MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 |