diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/siod | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/siod')
-rw-r--r-- | lang/siod/Makefile | 3 | ||||
-rw-r--r-- | lang/siod/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 29bcd228fc2..2200f175eca 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/06 10:39:30 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:28 agc Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.std.com/pub/gjc/siod.html +COMMENT= Small-footprint implementation of the Scheme programming language ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD diff --git a/lang/siod/pkg/COMMENT b/lang/siod/pkg/COMMENT deleted file mode 100644 index d10ecd78012..00000000000 --- a/lang/siod/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Small-footprint implementation of the Scheme programming language |