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/ss | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/ss')
-rw-r--r-- | math/ss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ss/Makefile b/math/ss/Makefile index c857a21..49fd9e9 100644 --- a/math/ss/Makefile +++ b/math/ss/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: SS -# Version required: 1.3.3 # Date created: 5 January 1997 # Whom: Pedro Giffuni # # $FreeBSD$ # -DISTNAME= ss_1.3.3 -PKGNAME= ss-1.3.3 +PORTNAME= ss +PORTVERSION= 1.3.3 CATEGORIES= math MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \ ftp://ftp.cdrom.com/pub/unixfreeware/math/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= giffunip@asme.org |