summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-03-15 13:34:12 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-03-15 13:34:12 +0000
commit10b48bab791524bb336b306a13db97d2ed963d8f (patch)
treeafd26810b072f37ea56da85d7b6870a6981483aa /lang/clisp
parent- Fix package creation when not set DOCS OPTIONS (diff)
- Drop maintainership
- portlint(1) PR: 93874 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=157268
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile8
-rw-r--r--lang/clisp/pkg-descr2
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 6eefb2f2cf5a..3d189651e226 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
-MAINTAINER= jakub@rehor.net
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Common Lisp implementation
BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \
@@ -22,6 +22,8 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
+MAN1= clisp.1
+
# Build subdirectory
BUILD_DIRNAME=${CONFIGURE_TARGET}
@@ -32,7 +34,7 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == ia64
-CONFIGURE_ARGS+= --disable-mmap
+CONFIGURE_ARGS+= --disable-mmap
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.
@@ -46,6 +48,4 @@ post-configure:
./makemake ${MAKEMAKE_ARGS} > Makefile && \
make config.lisp
-MAN1= clisp.1
-
.include <bsd.port.post.mk>
diff --git a/lang/clisp/pkg-descr b/lang/clisp/pkg-descr
index eabf485d70d9..cb65850531d4 100644
--- a/lang/clisp/pkg-descr
+++ b/lang/clisp/pkg-descr
@@ -20,5 +20,3 @@ An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
WWW: http://clisp.cons.org/
-- Jakub Rehor
-jakub@rehor.net