diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:27:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:27:05 +0000 |
commit | 1582d846fbe592f382d73ff242cbc74195347c55 (patch) | |
tree | 320fdbeca86dd7926d8506b2baae5f8f1be80b79 /ftp/axyftp/Makefile | |
parent | 7a728f8162410261f5623ef957544110e3d2f00a (diff) |
Update to version 0.4.1.
PR: 9438
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes
Notes:
svn path=/head/; revision=16143
Diffstat (limited to 'ftp/axyftp/Makefile')
-rw-r--r-- | ftp/axyftp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 4d197b91fce2..0c76dfad3aee 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: wxftp -# Version required: 0.4.0 +# Version required: 0.4.1 # Date created: 22 October 1998 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/01 22:11:59 billf Exp $ # -DISTNAME= wxftp-0.4.0.src -PKGNAME= wxftp-0.4.0 +DISTNAME= wxftp-0.4.1.src +PKGNAME= wxftp-0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer |