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/wingz | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/wingz')
-rw-r--r-- | math/wingz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 81941c4..eacb313 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wingz -# Version required: 142 # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= Wingz-142 +PORTNAME= Wingz +PORTVERSION= 142 CATEGORIES= math linux MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/financial/spreadsheet |