diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-04 20:20:26 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-04 20:20:26 +0800 |
commit | d0568206b393a5760be252c408fa71a53ed174ee (patch) | |
tree | 1d9790e42bb7a69d710888aa8611dfb5e516087b | |
parent | b3f1f22cb5ab5497d023bd3661079fd49a020b60 (diff) | |
download | freebsd-ports-gnome-d0568206b393a5760be252c408fa71a53ed174ee.tar.gz freebsd-ports-gnome-d0568206b393a5760be252c408fa71a53ed174ee.tar.zst freebsd-ports-gnome-d0568206b393a5760be252c408fa71a53ed174ee.zip |
- change MASTER_SITE
- change maintainer e-mail
- drop WWW page
PR: ports/84478
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
-rw-r--r-- | lang/alisp/Makefile | 4 | ||||
-rw-r--r-- | lang/alisp/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 62064ddc3680..083e3fc2a0b4 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -8,9 +8,9 @@ PORTNAME= alisp PORTVERSION= 20050425 CATEGORIES= lang devel lisp -MASTER_SITES= http://www.holm-und-jeschag.de/files/ +MASTER_SITES= http://www.t3x.org/files/ -MAINTAINER= nils@holm-und-jeschag.de +MAINTAINER= nmh@t3x.org COMMENT= A tail-recursive interpreter for purely symbolic LISP BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr index 5411d7379c11..e45b96ab5576 100644 --- a/lang/alisp/pkg-descr +++ b/lang/alisp/pkg-descr @@ -5,5 +5,3 @@ pure LISP. This package contains the ArrowLISP interpreter and library, the reference manual, and example programs. - -WWW: http://www.t3x.org/scipl/ |