diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 07:19:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 07:19:07 +0800 |
commit | c4da867be3e5620ae755f6a38053dd85ad6848c3 (patch) | |
tree | 38d4e313e27d51c64b76fa2102413f66ec6662ae /math | |
parent | cc65c0a421a92bb7d782047fd9a9dda75dd33a7a (diff) | |
download | freebsd-ports-gnome-c4da867be3e5620ae755f6a38053dd85ad6848c3.tar.gz freebsd-ports-gnome-c4da867be3e5620ae755f6a38053dd85ad6848c3.tar.zst freebsd-ports-gnome-c4da867be3e5620ae755f6a38053dd85ad6848c3.zip |
MAINTAINER goes in a section of its own. :)
Diffstat (limited to 'math')
-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 c15d913a4180..cf1debb36b7b 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: |