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/octave | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index ad69e6c..4a0d853b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: octave -# Version required: 2.0.14 # Date created: 8 September 1998 # Whom: chuckr@freebsd.org # # $FreeBSD$ # -DISTNAME= octave-2.0.16 +PORTNAME= octave +PORTVERSION= 2.0.16 CATEGORIES= math #MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ |