diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-09 03:14:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-09 03:14:48 +0000 |
commit | 173f634e917468acc641c4528b179551ea76649a (patch) | |
tree | 8d9632756b2ab36d6bde44b99e48029b580a82fd /math/hexcalc/Makefile | |
parent | 1e4fae29c0a8a7eea106d02396bae7b709b81479 (diff) | |
download | ports-173f634e917468acc641c4528b179551ea76649a.tar.gz ports-173f634e917468acc641c4528b179551ea76649a.zip |
Notes
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 71ba65a9efd4..d47261369027 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -3,13 +3,14 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/11 01:19:01 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/28 13:35:37 jkh Exp $ # DISTNAME= hexcalc PKGNAME= hexcalc-1.11 CATEGORIES+= math -MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ +MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ +EXTRACT_SUFX= ..tar.Z MAINTAINER= asami@FreeBSD.ORG |