diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
commit | 6668ebfd146a4a968a9aad2739ff0e22f056e12e (patch) | |
tree | c58b5ed0094e47034eec0c383025d619c479e96e /math/calc/Makefile | |
parent | 212bf07350a21c82c24ecf9532de5a2f981dea31 (diff) | |
download | FreeBSD-ports-6668ebfd146a4a968a9aad2739ff0e22f056e12e.zip FreeBSD-ports-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.gz |
Add MAINTAINER= jmz@FreeBSD.org
Diffstat (limited to 'math/calc/Makefile')
-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 b4dcb15..c15d913 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -3,12 +3,13 @@ # Date created: 3 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/11 01:18:47 asami 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: @mkdir -p ${PREFIX}/lib/calc/help |