diff options
Diffstat (limited to 'shells/fd/Makefile')
-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 bbb5aace37c2..373018b1c55f 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 |