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/squeak | |
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/squeak')
-rw-r--r-- | lang/squeak/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 23881f9b3f4..1e3b83233fc 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/07 05:16:39 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/17 09:07:31 agc Exp $ # DISTNAME= Squeak2.7-src @@ -9,6 +9,7 @@ DISTFILES= Squeak2.7-src.tar.gz Squeak2.7.image.gz Squeak2.7.changes.gz SqueakV2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.squeak.org/ +COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf diff --git a/lang/squeak/pkg/COMMENT b/lang/squeak/pkg/COMMENT deleted file mode 100644 index 00168b23618..00000000000 --- a/lang/squeak/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Full Smalltalk 80 with portability to UN*X, Mac, and Windows |