diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /math/pspp | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 3 | ||||
-rw-r--r-- | math/pspp/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 7932f47c818..c6a1e119728 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/07 05:16:40 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/17 18:22:36 wiz Exp $ # DISTNAME= pspp-0.3.0 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ +COMMENT= Program for statistical analysis of sampled data BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext diff --git a/math/pspp/pkg/COMMENT b/math/pspp/pkg/COMMENT deleted file mode 100644 index be91819fd1f..00000000000 --- a/math/pspp/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Program for statistical analysis of sampled data |