diff options
-rw-r--r-- | devel/tre/Makefile | 6 | ||||
-rw-r--r-- | textproc/glimpse/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/devel/tre/Makefile b/devel/tre/Makefile index df069674d07..55ee7ce51e2 100644 --- a/devel/tre/Makefile +++ b/devel/tre/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/08/17 20:58:26 agc Exp $ +# $NetBSD: Makefile,v 1.14 2009/09/07 11:18:49 ghen Exp $ DISTNAME= tre-0.7.6 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://laurikari.net/tre/ @@ -9,6 +10,9 @@ HOMEPAGE= http://laurikari.net/tre/ COMMENT= Lightweight and robust POSIX compliant regexp matching library LICENSE= modified-bsd +# both install bin/agrep (approx. grep) +CONFLICTS+= glimpse-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 5cb94ac0984..e5330b44471 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2009/06/30 00:07:23 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2009/09/07 11:18:50 ghen Exp $ DISTNAME= glimpse-4.18.5 +PKGREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://webglimpse.net/trial/ @@ -13,6 +14,9 @@ RESTRICTED= Redistribution only on non-profit basis. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +# both install bin/agrep (approx. grep) +CONFLICTS+= tre>=0.7.5nb6 + PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |