diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-09-14 11:22:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-09-14 11:22:50 +0000 |
commit | 30bdf30167394af41182c5a9e90c53dd4567d7ab (patch) | |
tree | fd6bd2223539e7e820224fa07d3bdff617434df7 /lang/guile | |
parent | MAINTAINER goes in a section of its own. (diff) |
(1) Fix comments on top, this is guile-iii, not guile-ii (Jordan.... :p)
(2) Add $Id$ line
(3) This is not interactive, unlike guile-ii, which overwrites the
"regular" tcl/tk
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 116a3bec992d..98f69196ac60 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: guile-ii -# Version required: snapshot ii +# New ports collection makefile for: guile-iii +# Version required: snapshot iii # Date created: 29 Aug 1995 # Whom: jkh@FreeBSD.ORG # -# +# $Id$ # DISTNAME= guile-iii @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.cygnus.com/pub/lord/guile-iii/ MAINTAINER= jkh@FreeBSD.ORG USE_GMAKE= yes -IS_INTERACTIVE= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/guile-src |