summaryrefslogtreecommitdiff
path: root/lang/librep
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/librep
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/librep')
-rw-r--r--lang/librep/Makefile3
-rw-r--r--lang/librep/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index ffec0231106..614ee2eaef7 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/12/16 01:57:01 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:19 agc Exp $
#
DISTNAME= librep-${REP_VERS}
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
MAINTAINER= danw@netbsd.org
HOMEPAGE= http://librep.sourceforge.net/
+COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM
DEPENDS+= gmp>=3.0:../../devel/gmp
DEPENDS+= gdbm>=1.8.0:../../databases/gdbm
diff --git a/lang/librep/pkg/COMMENT b/lang/librep/pkg/COMMENT
deleted file mode 100644
index c6952871c21..00000000000
--- a/lang/librep/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Emacs Lisp-like runtime library, interpreter, compiler and VM