diff options
author | asami <asami@FreeBSD.org> | 1995-04-16 23:19:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-16 23:19:07 +0000 |
commit | c4da867be3e5620ae755f6a38053dd85ad6848c3 (patch) | |
tree | 38d4e313e27d51c64b76fa2102413f66ec6662ae /math/calc | |
parent | cc65c0a421a92bb7d782047fd9a9dda75dd33a7a (diff) | |
download | FreeBSD-ports-c4da867be3e5620ae755f6a38053dd85ad6848c3.zip FreeBSD-ports-c4da867be3e5620ae755f6a38053dd85ad6848c3.tar.gz |
MAINTAINER goes in a section of its own. :)
Diffstat (limited to 'math/calc')
-rw-r--r-- | math/calc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index c15d913..cf1debb 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -3,12 +3,13 @@ # Date created: 3 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 01:18:47 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:59:57 jmz Exp $ # DISTNAME= calc-2.9.3t6 PKGNAME= calc-2.9.3 MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/ + MAINTAINER= jmz@FreeBSD.org pre-install: |