diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-04 08:17:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-04 08:17:37 +0000 |
commit | 24271e397bae58468da5a047e6243088fd812816 (patch) | |
tree | 64d430532ac7bf93848be3f7fe4c1925eaf1c608 | |
parent | Fix the build after the removal of objformat. (diff) |
- Add backup MASTER_SITES
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=184105
-rw-r--r-- | databases/xapian-core/Makefile | 4 | ||||
-rw-r--r-- | databases/xapian-core10/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 958d37cec34e..6d2f1184df1c 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -8,7 +8,9 @@ PORTNAME= xapian-core PORTVERSION= 0.9.9 CATEGORIES= databases -MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ +MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi 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 958d37cec34e..6d2f1184df1c 100644 --- a/databases/xapian-core10/Makefile +++ b/databases/xapian-core10/Makefile @@ -8,7 +8,9 @@ PORTNAME= xapian-core PORTVERSION= 0.9.9 CATEGORIES= databases -MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ +MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A probabilistic text search database engine |