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/gnumeric | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) | |
download | freebsd-ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 66a0ae126b81..d062fefda9b3 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnumeric -# Version required: 0.51 # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gnumeric-0.51 +PORTNAME= gnumeric +PORTVERSION= 0.51 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric |