diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 08:46:26 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 08:46:26 +0800 |
commit | 24195677f551c97625cb9ed70c65e1b8420f8a38 (patch) | |
tree | 0f8ac5aa35a01dfc0494a67892149bfb95f3b864 /ftp | |
parent | cd6488cb2b805d6344c9c18a4d58e12833de47a1 (diff) | |
download | freebsd-ports-gnome-24195677f551c97625cb9ed70c65e1b8420f8a38.tar.gz freebsd-ports-gnome-24195677f551c97625cb9ed70c65e1b8420f8a38.tar.zst freebsd-ports-gnome-24195677f551c97625cb9ed70c65e1b8420f8a38.zip |
Fix typo in the PKGNAME.
Diffstat (limited to 'ftp')
-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 841afe8939a0..89388e6acc96 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/ |