summaryrefslogtreecommitdiff
path: root/math/hexcalc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 07:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 07:20:58 +0000
commit1df1a17abc224c7b035253c7089ca62f3b56a87a (patch)
tree729d9b50958f323b815e1a00b7acf534920af239 /math/hexcalc
parentupdate g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27509
Diffstat (limited to 'math/hexcalc')
-rw-r--r--math/hexcalc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile
index 03210d6a9b44..0a03d950906d 100644
--- a/math/hexcalc/Makefile
+++ b/math/hexcalc/Makefile
@@ -6,10 +6,11 @@
# $FreeBSD$
#
-DISTNAME= hexcalc
-PKGNAME= hexcalc-1.11
+PORTNAME= hexcalc
+PORTVERSION= 1.11
CATEGORIES= math
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
+DISTNAME= ${PORTNAME}
EXTRACT_SUFX= ..tar.Z
MAINTAINER= ports@FreeBSD.org