diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libctl | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libctl')
-rw-r--r-- | devel/libctl/Makefile | 3 | ||||
-rw-r--r-- | devel/libctl/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index ec2280278e7..be17a51457c 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/06 03:16:57 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 14:38:34 wiz Exp $ DISTNAME= libctl-1.3 CATEGORIES= devel @@ -6,6 +6,7 @@ MASTER_SITES= http://superjdj.mit.edu/libctl/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ +COMMENT= Guile-based flexible control file library for scientific simulations DEPENDS+= guile-[0-9]*:../../lang/guile BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf diff --git a/devel/libctl/pkg/COMMENT b/devel/libctl/pkg/COMMENT deleted file mode 100644 index 9168ad7fd2b..00000000000 --- a/devel/libctl/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Guile-based flexible control file library for scientific simulations |