diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-10 22:08:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-10 22:08:18 +0000 |
commit | 9d342dd6bb0e470f37d72d65b928868b1473c3b9 (patch) | |
tree | 2281656e0087af84b4d1b47e7bd84f088a1e5dee | |
parent | - Add missing dependency and fix the build (diff) |
- Make fetchable: chase redirect and remove master site that does not carry the
distfile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=211024
-rw-r--r-- | databases/xapian-core/Makefile | 4 | ||||
-rw-r--r-- | databases/xapian-core10/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index c34874ec2fe4..6d6c0c1f3f1d 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -8,9 +8,7 @@ PORTNAME= xapian-core PORTVERSION= 1.0.5 CATEGORIES= databases -MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi +MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A probabilistic text search database engine diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile index c34874ec2fe4..6d6c0c1f3f1d 100644 --- a/databases/xapian-core10/Makefile +++ b/databases/xapian-core10/Makefile @@ -8,9 +8,7 @@ PORTNAME= xapian-core PORTVERSION= 1.0.5 CATEGORIES= databases -MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi +MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A probabilistic text search database engine |