diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/ss | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27509
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 c857a213ff7a..49fd9e9ebf66 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 |