diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-26 04:41:35 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-26 04:41:35 +0000 |
commit | 28a7e4d9c86c4fbe585f5628c802122c81ee4b8a (patch) | |
tree | 3382c64b9deb44d2a6c80445108111d99fede9e2 /math/siag/Makefile | |
parent | Typo (gdk_Imlib should be gdk_imlib). (diff) |
sorry would like to drop a maintainer status,
as I'm not using siag recently, and having real hard time catching up.
Notes
Notes:
svn path=/head/; revision=13397
Diffstat (limited to 'math/siag/Makefile')
-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 |