diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/fudgit | |
parent | update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff) |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/fudgit')
-rw-r--r-- | math/fudgit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile index 584cff08fae1..240b4e1ff651 100644 --- a/math/fudgit/Makefile +++ b/math/fudgit/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Fudgit -# Version required: 2.41 # Date created: 17 November 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= Fudgit_2.41 -PKGNAME= Fudgit-2.41 +PORTNAME= Fudgit +PORTVERSION= 2.41 CATEGORIES= math MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/ -DISTFILES= fudgit_2.41.tar.gz +DISTNAME= Fudgit_${PORTVERSION} +DISTFILES= fudgit_${PORTVERSION}.tar.gz MAINTAINER= jmz@FreeBSD.org |