diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/fudgit | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.zst freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.zip |
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 |