summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authoragc <agc>2001-02-17 09:06:56 +0000
committeragc <agc>2001-02-17 09:06:56 +0000
commite7c44dfe67ae20de91097c06e63a5166ec78c07d (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/smalltalk
parentb8f64acb6100cbc871926a59a16ec9d6a4857c21 (diff)
downloadpkgsrc-e7c44dfe67ae20de91097c06e63a5166ec78c07d.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile3
-rw-r--r--lang/smalltalk/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index e680f998c98..0e356cfd82f 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/23 21:49:15 jtb Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:29 agc Exp $
#
DISTNAME= smalltalk-1.8.5
@@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/smalltalk/smalltalk.html
+COMMENT= the GNU implementation of the Smalltalk-80 language
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/lang/smalltalk/pkg/COMMENT b/lang/smalltalk/pkg/COMMENT
deleted file mode 100644
index d49870a8a26..00000000000
--- a/lang/smalltalk/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-the GNU implementation of the Smalltalk-80 language