diff options
author | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:52:59 +0000 |
commit | dc2ddaa8a58829b5661f6b43aabf133f78ab17ce (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /misc/root | |
parent | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (diff) | |
download | pkgsrc-dc2ddaa8a58829b5661f6b43aabf133f78ab17ce.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'misc/root')
-rw-r--r-- | misc/root/Makefile | 3 | ||||
-rw-r--r-- | misc/root/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 5b639d850e9..bfdcb65318c 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:30 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 18:09:21 wiz Exp $ DISTNAME= root_v2.23.08.source PKGNAME= root-2.23 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://root.cern.ch/root/ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://root.cern.ch/ +COMMENT= OO framework for data analysis and visualisation BUILD_DEPENDS+= cint:../../lang/cint diff --git a/misc/root/pkg/COMMENT b/misc/root/pkg/COMMENT deleted file mode 100644 index 1195a247392..00000000000 --- a/misc/root/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -OO framework for data analysis and visualisation |