diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /shells | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index bbb5aac..373018b 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: FDclone -# Version required: 1.03i # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # # $FreeBSD$ # -DISTNAME= FD-1.03l -PKGNAME= fd-1.03l +PORTNAME= fd +PORTVERSION= 1.03l CATEGORIES= misc MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \ http://people.FreeBSD.org/~steve/distfiles/ +DISTNAME= FD-${PORTVERSION} MAINTAINER= nobu@psrc.isac.co.jp |