diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/cim | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-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/Makefile | 3 | ||||
-rw-r--r-- | lang/cim/pkg/COMMENT | 1 |
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 |