diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
commit | ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e (patch) | |
tree | 629156a6be6b178c81263728b3bfd95e47d4def1 /math | |
parent | 0b0164b6e27ed82c4e3d8034e357434960cc4436 (diff) | |
download | ports-ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e.tar.gz ports-ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/hexcalc/Makefile | 4 | ||||
-rw-r--r-- | math/xgraph/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index fcc27bc87165..d1f7f8ccf164 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1996/10/09 03:14:34 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 11:32:18 asami Exp $ # DISTNAME= hexcalc @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ EXTRACT_SUFX= ..tar.Z -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 06b275776aa8..489d06aaa4a7 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1995/11/22 13:13:35 asami Exp $ +# $Id: Makefile,v 1.7 1997/09/09 04:31:32 asami Exp $ # DISTNAME= xgraph-11 @@ -12,7 +12,7 @@ CATEGORIES= math print MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub/X/R5contrib/ EXTRACT_SUFX= .tar.Z -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes |