diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch) | |
tree | af192acb44bc78babb8295dfaebfa76b487f1087 /ftp/axyftp | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
Notes
Diffstat (limited to 'ftp/axyftp')
-rw-r--r-- | ftp/axyftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 9e325dae316d..51475f8d2d07 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: wxftp -# Version required: 0.4.4 # Date created: 22 October 1998 # Whom: Antti Kaipila <anttik@iki.fi> # # $FreeBSD$ # -DISTNAME= wxftp-0.4.4.src -PKGNAME= wxftp-0.4.4 +PORTNAME= wxftp +PORTVERSION= 0.4.4 CATEGORIES= ftp MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/0.4.4/ \ ftp://ftp.sunsite.auc.dk/disk2/linuxberg.com/files/x11/network/ \ ftp://ftp.bitcon.no/.10/linux/linuxberg/files/x11/network/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= kris@FreeBSD.org |