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/IglooFTP/Makefile | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
Notes
Diffstat (limited to 'ftp/IglooFTP/Makefile')
-rw-r--r-- | ftp/IglooFTP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 404fb137d61f..5bfe7740fb94 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: IglooFTP -# Version required: 0.6.1 # Date created: 3 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= IglooFTP-0.6.1.src -PKGNAME= IglooFTP-0.6.1 +PORTNAME= IglooFTP +PORTVERSION= 0.6.1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://littleigloo.org/pub/iglooftp/ MASTER_SITE_SUBDIR= system/network/file-transfer +DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= will@FreeBSD.org |