diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/gsl | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 475aa18..a9ef849 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gsl -# Version required: 0.5 # Date created: 15 Feb 2000 # Whom: Andrew L. Neporada <andrew@chg.ru> # # $FreeBSD$ # -DISTNAME= gsl-0.5 +PORTNAME= gsl +PORTVERSION= 0.5 CATEGORIES= math MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \ ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \ |