diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/rcalc | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.zst freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/rcalc')
-rw-r--r-- | math/rcalc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index a64f6cad349c..f034f9ec4fb4 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: rcalc -# Version required: 0.1 # Date created: 28 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= rCalc-0.1 -PKGNAME= rcalc-0.1 +PORTNAME= rcalc +PORTVERSION= 0.1 CATEGORIES= math gnome MASTER_SITES= http://members.xoom.com/ratsoft/download/ +DISTNAME= rCalc-${PORTVERSION} MAINTAINER= jedgar@fxp.org |