diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/libpspell | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/libpspell')
-rw-r--r-- | textproc/libpspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/libpspell/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile index 417ccf420b4..a76e6d86b92 100644 --- a/textproc/libpspell/Makefile +++ b/textproc/libpspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:28 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:31 wiz Exp $ # DISTNAME= pspell-.11.2 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pspell/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://pspell.sourceforge.net/ +COMMENT= generic interface to spell checker libraries GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/textproc/libpspell/pkg/COMMENT b/textproc/libpspell/pkg/COMMENT deleted file mode 100644 index bd62e8fc302..00000000000 --- a/textproc/libpspell/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -generic interface to spell checker libraries |