diff options
author | culot <culot@FreeBSD.org> | 2014-04-14 21:18:07 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-04-14 21:18:07 +0800 |
commit | 7ea022dcc5937c9f4368bf4c8a38586f184ed2ef (patch) | |
tree | 145be2dcfe2a77398a634701a828113730c97feb /lang/alisp | |
parent | 011b95aa0e999bc93ec809666e3612092c7eadfd (diff) | |
download | freebsd-ports-gnome-7ea022dcc5937c9f4368bf4c8a38586f184ed2ef.tar.gz freebsd-ports-gnome-7ea022dcc5937c9f4368bf4c8a38586f184ed2ef.tar.zst freebsd-ports-gnome-7ea022dcc5937c9f4368bf4c8a38586f184ed2ef.zip |
- Reassign to the heap at maintainer's request
With hat: portmgr-lurker
PR: ports/188514
Submitted by: Nils M Holm <nmh@t3x.org>
Diffstat (limited to 'lang/alisp')
-rw-r--r-- | lang/alisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 4f8537c0f7c0..e7d2d45a9443 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 20060917 CATEGORIES= lang devel lisp MASTER_SITES= http://t3x.org/files/ -MAINTAINER= nmh@t3x.org +MAINTAINER= ports@FreeBSD.org COMMENT= An interpreter for purely symbolic LISP MAN7= alisp.7 |