diff options
Diffstat (limited to 'devel/rx')
-rw-r--r-- | devel/rx/Makefile | 3 | ||||
-rw-r--r-- | devel/rx/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 8386d4d4cc9..6931f1b95c0 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/08 22:40:30 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:39:01 wiz Exp $ DISTNAME= rx-1.5 CATEGORIES= devel @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=rx/} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.gnu.org/software/rx/rx.html +COMMENT= Fast replacement for the GNU regex library USE_LIBTOOL= # defined GNU_CONFIGURE= # defined diff --git a/devel/rx/pkg/COMMENT b/devel/rx/pkg/COMMENT deleted file mode 100644 index 6c86bff9fdc..00000000000 --- a/devel/rx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Fast replacement for the GNU regex library |