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/pcre | |
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/pcre')
-rw-r--r-- | devel/pcre/Makefile | 3 | ||||
-rw-r--r-- | devel/pcre/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 4852a59cee0..b5d29c3d153 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/26 21:59:53 kim Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:38:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $ DISTNAME= pcre-2.08 @@ -6,6 +6,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ MAINTAINER= proff@netbsd.org +COMMENT= Perl Compatible Regular Expressions library do-configure: ${SED} -e '/^CC/s/.*/CC=${CC}/' \ diff --git a/devel/pcre/pkg/COMMENT b/devel/pcre/pkg/COMMENT deleted file mode 100644 index dd782eba542..00000000000 --- a/devel/pcre/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Perl Compatible Regular Expressions library |