From 08b67ec12b4ccbd6c62bc0f00d29cc5f785a2822 Mon Sep 17 00:00:00 2001 From: itetcu Date: Fri, 19 May 2006 08:23:06 +0000 Subject: - fix plist [1] - portlint [1] [2] - add WWW [2] PR: ports/97346 [1] Submitted by: Martin Wilke [1], itetcu [2] Approved by: lawrance (mentor) --- lang/klone/Makefile | 2 +- lang/klone/pkg-descr | 2 ++ lang/klone/pkg-plist | 10 +++++----- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'lang/klone') diff --git a/lang/klone/Makefile b/lang/klone/Makefile index 010dc47ae1b8..bf3d7bdf6848 100644 --- a/lang/klone/Makefile +++ b/lang/klone/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/Klone .include .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +BROKEN= Does not compile on sparc64 .endif do-configure: diff --git a/lang/klone/pkg-descr b/lang/klone/pkg-descr index b736c35ae7c5..40036c3e7456 100644 --- a/lang/klone/pkg-descr +++ b/lang/klone/pkg-descr @@ -5,3 +5,5 @@ external syntax has been kept as close as possible to Common Lisp as possible), but its implementation is original and efficient, to give full extensibility, intimate interfacing to C, incremental garbage collection, and full portability on either K&R or ANSI C. + +WWW: http://koala.ilog.fr/klone/ diff --git a/lang/klone/pkg-plist b/lang/klone/pkg-plist index cbe9611415f9..39589f490f8b 100644 --- a/lang/klone/pkg-plist +++ b/lang/klone/pkg-plist @@ -274,10 +274,10 @@ lib/klone/write-string.kl lib/klone/xml-kxf.kl lib/klone/xml-sxp.kl lib/klone/xpm-format.kl -%%PORTDOCS%%share/doc/klone/KloneReference.ps -%%PORTDOCS%%share/doc/klone/Profiler.readme -%%PORTDOCS%%share/doc/klone/amc-lisp.el -%%PORTDOCS%%share/doc/klone/xml-sxp.txt -%%PORTDOCS%%@dirrm share/doc/klone +%%PORTDOCS%%%%DOCSDIR%%/KloneReference.ps +%%PORTDOCS%%%%DOCSDIR%%/Profiler.readme +%%PORTDOCS%%%%DOCSDIR%%/amc-lisp.el +%%PORTDOCS%%%%DOCSDIR%%/xml-sxp.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/klone/scripts @dirrm lib/klone -- cgit