summaryrefslogtreecommitdiff
path: root/ftp/downloader
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-12 05:31:29 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-12 05:31:29 +0000
commit343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch)
treeaf192acb44bc78babb8295dfaebfa76b487f1087 /ftp/downloader
parentPORTNAME/VERSION stuff (diff)
PORTNAME/PORTVERSION stuff
Notes
Notes: svn path=/head/; revision=27456
Diffstat (limited to 'ftp/downloader')
-rw-r--r--ftp/downloader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index cbeec1d32253..b66adc219638 100644
--- a/ftp/downloader/Makefile
+++ b/ftp/downloader/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: downloader
-# Version required: 1.11
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
-DISTNAME= nt-1.11
-PKGNAME= downloader-1.11
+PORTNAME= downloader
+PORTVERSION= 1.11
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.server51.freshmeat.net/pub/d4x/ \
ftp://ftp.lonyay.edu.hu/pub/software/nt/ \
http://people.FreeBSD.org/~imura/distfiles/
+DISTNAME= nt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org