diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-08-05 23:19:54 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-08-05 23:19:54 +0800 |
commit | ca1a9882785d16128bcfb213e7cfd181519c4aaa (patch) | |
tree | cc2ec45112524f3be6ad74373f9fb4f424328b27 /textproc | |
parent | f04bef849ec668c148d4f78f5ec60c3f2489ea47 (diff) | |
download | freebsd-ports-gnome-ca1a9882785d16128bcfb213e7cfd181519c4aaa.tar.gz freebsd-ports-gnome-ca1a9882785d16128bcfb213e7cfd181519c4aaa.tar.zst freebsd-ports-gnome-ca1a9882785d16128bcfb213e7cfd181519c4aaa.zip |
Add a local MASTER_SITE, note conflict with textproc/glimpse, and adopt
this port.
Diffstat (limited to 'textproc')
-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 |