diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/STk | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 3 | ||||
-rw-r--r-- | lang/STk/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 16cf1b325c9..04dfc43774f 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/18 04:26:53 garbled Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/17 09:06:57 agc Exp $ # DISTNAME= STk-3.99.2 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/ MAINTAINER= perry@netbsd.org HOMEPAGE= http://kaolin.unice.fr/STk/ +COMMENT= Scheme interpreter with full access to the Tk graphical package OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes diff --git a/lang/STk/pkg/COMMENT b/lang/STk/pkg/COMMENT deleted file mode 100644 index 4e4484c219c..00000000000 --- a/lang/STk/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Scheme interpreter with full access to the Tk graphical package |