diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
commit | bb0452e715a44a42ccf7bac7100dd90e39d901ba (patch) | |
tree | 2c8521eada4e51a187db8333383191363039eb7d /math/calc | |
parent | debcbc50324f3db76d7bcce506c92f8b93c64330 (diff) | |
download | ports-bb0452e715a44a42ccf7bac7100dd90e39d901ba.tar.gz ports-bb0452e715a44a42ccf7bac7100dd90e39d901ba.zip |
Notes
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 b4dcb15d09fb..c15d913a4180 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 |