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/rx/Makefile | |
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/rx/Makefile')
-rw-r--r-- | devel/rx/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |