diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-19 16:23:06 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-19 16:23:06 +0800 |
commit | 08b67ec12b4ccbd6c62bc0f00d29cc5f785a2822 (patch) | |
tree | cfd2198351c3967f14002776194d96aedaa6d669 /lang/klone | |
parent | ec8d0b211d3321728001a5fb8b4a199eb83b28b7 (diff) | |
download | freebsd-ports-gnome-08b67ec12b4ccbd6c62bc0f00d29cc5f785a2822.tar.gz freebsd-ports-gnome-08b67ec12b4ccbd6c62bc0f00d29cc5f785a2822.tar.zst freebsd-ports-gnome-08b67ec12b4ccbd6c62bc0f00d29cc5f785a2822.zip |
- fix plist [1]
- portlint [1] [2]
- add WWW [2]
PR: ports/97346 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1], itetcu [2]
Approved by: lawrance (mentor)
Diffstat (limited to 'lang/klone')
-rw-r--r-- | lang/klone/Makefile | 2 | ||||
-rw-r--r-- | lang/klone/pkg-descr | 2 | ||||
-rw-r--r-- | lang/klone/pkg-plist | 10 |
3 files changed, 8 insertions, 6 deletions
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 <bsd.port.pre.mk> .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 |