diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | ce2b300e93cbd5208230322899a643c83f1f1196 (patch) | |
tree | 7d0c16dce15851ff8eaf43aefc5fd139e922d485 /ftp/ncftp3 | |
parent | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (diff) | |
download | FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.zip FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.tar.gz |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 793c712..621514d 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -1,16 +1,16 @@ # ex:ts=8 # Ports collection makefile for: ncftp3 -# Version required: 0.0 # Date created: 4 Nov 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= ncftp-3.0.1-src -PKGNAME= ncftp3-3.0.1 +PORTNAME= ncftp3 +PORTVERSION= 3.0.1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ +DISTNAME= ncftp-${PORTVERSION}-src MAINTAINER= obrien@FreeBSD.org |