diff options
author | tg <tg@FreeBSD.org> | 1996-11-08 15:32:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-11-08 15:32:53 +0800 |
commit | a8e8a9ba04a962cf2a9aa24053cf5c8b30572dca (patch) | |
tree | 7385487fb03aa4357e0f5e4ebc04ccd132b682a0 /lang/elk/Makefile | |
parent | 83682e0051e19d06e660a59264dbc7dc9f07f279 (diff) | |
download | freebsd-ports-gnome-a8e8a9ba04a962cf2a9aa24053cf5c8b30572dca.tar.gz freebsd-ports-gnome-a8e8a9ba04a962cf2a9aa24053cf5c8b30572dca.tar.zst freebsd-ports-gnome-a8e8a9ba04a962cf2a9aa24053cf5c8b30572dca.zip |
Upgrade to version 3.0pl2.
Submitted by: Mats Lofkvist <mal@algonet.se> (minor changes by tg)
Diffstat (limited to 'lang/elk/Makefile')
-rw-r--r-- | lang/elk/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 9906716c78cf..2af84cc0d727 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,29 +1,25 @@ # New ports collection makefile for: elk -# Version required: 3.0 +# Version required: 3.0pl2 # Date created: 08 March 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1995/12/20 08:40:58 tg Exp $ +# $Id: Makefile,v 1.10 1996/03/06 08:20:07 asami Exp $ # -DISTNAME= elk-3.0 +DISTNAME= elk-3.0 +PKGNAME= elk-3.0.2 CATEGORIES+= lang MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ \ ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \ ftp://ftp.th-darmstadt.de/pub/X11/contrib/devel_tools/ -PATCHFILES= elk-3.0-patch-1 -PATCH_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ - -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@freebsd.org PATCH_STRIP= -p1 ALL_TARGET= default # -# /usr/local/lib/elk is built into the port. -# change it in ${WRKSRC}/config/site if you change it here and vice versa. -# i also renamed /usr/local/bin/scheme to /usr/local/bin/elk +# we install the scheme binary as ${PREFIX}/bin/elk # to avoid a clash with mit-scheme. # |