diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 00:46:26 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 00:46:26 +0000 |
commit | 24195677f551c97625cb9ed70c65e1b8420f8a38 (patch) | |
tree | 0f8ac5aa35a01dfc0494a67892149bfb95f3b864 /ftp/downloader | |
parent | cd6488cb2b805d6344c9c18a4d58e12833de47a1 (diff) | |
download | FreeBSD-ports-24195677f551c97625cb9ed70c65e1b8420f8a38.zip FreeBSD-ports-24195677f551c97625cb9ed70c65e1b8420f8a38.tar.gz |
Fix typo in the PKGNAME.
Diffstat (limited to 'ftp/downloader')
-rw-r--r-- | ftp/downloader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index 841afe8..89388e6 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -3,11 +3,11 @@ # Date Created: 23 June 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/23 00:43:48 cpiazza Exp $ # DISTNAME= nt-0.98 -PKGNAME= download-0.98 +PKGNAME= downloader-0.98 CATEGORIES= net MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ \ ftp://linux.ru.net/pub/chuchelo/ |