diff options
Diffstat (limited to 'math/fudgit/Makefile')
-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 |