diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | e7c44dfe67ae20de91097c06e63a5166ec78c07d (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/kali | |
parent | b8f64acb6100cbc871926a59a16ec9d6a4857c21 (diff) | |
download | pkgsrc-e7c44dfe67ae20de91097c06e63a5166ec78c07d.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/kali')
-rw-r--r-- | lang/kali/Makefile | 3 | ||||
-rw-r--r-- | lang/kali/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/kali/Makefile b/lang/kali/Makefile index 21ee5d95bce..c6fb0f855a0 100644 --- a/lang/kali/Makefile +++ b/lang/kali/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/02 11:31:26 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:17 agc Exp $ DISTNAME= kali-0.47 CATEGORIES= lang @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.nj.nec.com/pub/pls/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.neci.nj.nec.com/PLS/Kali.html +COMMENT= Distributed implementation of Scheme GNU_CONFIGURE= yes ALL_TARGET= # empty diff --git a/lang/kali/pkg/COMMENT b/lang/kali/pkg/COMMENT deleted file mode 100644 index 2f369e6ceaf..00000000000 --- a/lang/kali/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Distributed implementation of Scheme |