diff options
author | itojun <itojun@FreeBSD.org> | 1998-09-26 12:41:35 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-09-26 12:41:35 +0800 |
commit | 1cadc61b67d3f211e848fe053c922bdbf6917064 (patch) | |
tree | 3844d20484e2bec098edf1d6cef5bc07b0f56342 /math/siag | |
parent | b0c943bd90fffcaf163b0d421ee047e591a24ec2 (diff) | |
download | freebsd-ports-gnome-1cadc61b67d3f211e848fe053c922bdbf6917064.tar.gz freebsd-ports-gnome-1cadc61b67d3f211e848fe053c922bdbf6917064.tar.zst freebsd-ports-gnome-1cadc61b67d3f211e848fe053c922bdbf6917064.zip |
sorry would like to drop a maintainer status,
as I'm not using siag recently, and having real hard time catching up.
Diffstat (limited to 'math/siag')
-rw-r--r-- | math/siag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 2fa4d5aa54fb..9eba30da6abb 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: siag (Scheme In A Grid) # Version required: 2.80 # Date created: 27 Jan 1998 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# Whom: ports@freebsd.org # -# $Id: Makefile,v 1.6 1998/08/10 12:35:43 itojun Exp $ +# $Id: Makefile,v 1.7 1998/09/21 01:35:32 steve Exp $ # DISTNAME= siag-2.80 @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz -MAINTAINER= itojun@itojun.org +MAINTAINER= ports@freebsd.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d |