diff options
Diffstat (limited to 'math/hexcalc/Makefile')
-rw-r--r-- | math/hexcalc/Makefile | 5 |
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 |