diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-04-15 23:38:48 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-04-15 23:38:48 +0000 |
commit | e5439f36fada8ffb194f0ca4a62666f7fab4d6ac (patch) | |
tree | b07522665c6fbb5cd3f771225af0c49fe891409e | |
parent | fixed myself to be MAINTAINER (diff) |
Add myself as MAINTAINER
Notes
Notes:
svn path=/head/; revision=1377
-rw-r--r-- | lang/scheme48/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index a2a2f5e18517..d922b5d662b7 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -3,13 +3,15 @@ # Date created: 2 Jan 1995 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.2 1995/04/01 12:47:05 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/15 05:44:45 asami Exp $ # DISTNAME= scheme48-0.36 CATEGORIES+= languages MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/ +MAINTAINER= jmacd@FreeBSD.ORG + GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET = enough |