diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 23:08:22 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 23:08:22 +0000 |
commit | 2e789763d2fc01312d3cc2ab30581f8eb0499d17 (patch) | |
tree | 0064def9d2cafdfe27e11af0d622c10b47adb1ca /ftp/downloader/Makefile | |
parent | 07ea44896fb11b8311313c721050fb511b54024f (diff) |
Notes
Diffstat (limited to 'ftp/downloader/Makefile')
-rw-r--r-- | ftp/downloader/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index d0453ae987bf..13a09312c6fa 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: downloader -# Version required: 0.98 +# Version required: 1.0b2 # Date Created: 23 June 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # -DISTNAME= nt-0.98 -PKGNAME= downloader-0.98 -CATEGORIES= ftp www -MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ \ - ftp://linux.ru.net/pub/chuchelo/ +DISTNAME= nt-1.0-BETA2 +PKGNAME= downloader-1.0b2 +CATEGORIES= ftp +MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ MAINTAINER= ijliao@csie.nctu.edu.tw |