diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-08-05 15:19:54 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-08-05 15:19:54 +0000 |
commit | 7a6d22a8f31324ed480d9063e11e9ea33c1f0123 (patch) | |
tree | c1c475c39424e9a253b63ddf41a21e6e80e3d38b /textproc/libtre | |
parent | 4efd2e1bc07c1579d82ee5613b049349a0674e70 (diff) |
Notes
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 72be7b71aad6..d071be3c721e 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -9,12 +9,16 @@ PORTNAME= libtre PORTVERSION= 0.7.4 CATEGORIES= textproc -MASTER_SITES= http://laurikari.net/tre/ +MASTER_SITES= http://laurikari.net/tre/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy DISTNAME= tre-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jkoshy@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library +CONFLICTS= glimpse-4* # agrep(1) + USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes |