summaryrefslogtreecommitdiff
path: root/lang/cim
diff options
context:
space:
mode:
authoragc <agc>2001-02-17 09:06:56 +0000
committeragc <agc>2001-02-17 09:06:56 +0000
commit791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/cim
parentce53854194ec79cb0de0babb412a888dc24f3985 (diff)
downloadpkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/cim')
-rw-r--r--lang/cim/Makefile3
-rw-r--r--lang/cim/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
index 495f53ac2ce..5b8029f00dc 100644
--- a/lang/cim/Makefile
+++ b/lang/cim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 05:44:04 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:01 agc Exp $
DISTNAME= cim-3.30
CATEGORIES= lang
@@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=cim/}
MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://www.gnu.org/software/cim/cim.html
+COMMENT= Simula compiler based on the C programming language
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
diff --git a/lang/cim/pkg/COMMENT b/lang/cim/pkg/COMMENT
deleted file mode 100644
index a7251b47c18..00000000000
--- a/lang/cim/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Simula compiler based on the C programming language