diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-28 00:09:58 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-28 00:09:58 +0000 |
commit | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (patch) | |
tree | 5f35abf9798717e1cb750faf98ca236e01b7df17 /lang/STk | |
parent | 44c066930f8fea595766106b5316b75a5776be39 (diff) | |
download | FreeBSD-ports-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.zip FreeBSD-ports-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.tar.gz |
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 2 | ||||
-rw-r--r-- | lang/STk/pkg-plist | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 5503dc4..15703c4 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -7,7 +7,7 @@ PORTNAME= STk PORTVERSION= 4.0.1 -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://kaolin.unice.fr/pub/STk/ MASTER_SITE_SUBDIR= devel/lang/lisp diff --git a/lang/STk/pkg-plist b/lang/STk/pkg-plist index 826e609..7590bff 100644 --- a/lang/STk/pkg-plist +++ b/lang/STk/pkg-plist @@ -2,15 +2,15 @@ bin/snow bin/snow-%%STK_VERSION%% bin/stk bin/stk-%%STK_VERSION%% -lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/base64.so +lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/base64.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/hash.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/html.so -lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/jpeg.so +lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/jpeg.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/locale.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/pixmap.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/posix.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/process.so -lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/snow +lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/snow lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/socket.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/sregexp.so lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/stk |