summaryrefslogtreecommitdiff
path: root/databases/xapian-core10
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-07 01:13:07 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-07 01:13:07 +0000
commit7e1a57856f8e5823c9e679b78535ffb7eb46f8cd (patch)
tree5d3bcca1de844357345c665c635fbd4a099bd3dc /databases/xapian-core10
parentremove a stale patch (diff)
- Reapply the previous path renames and fix builds
PR: ports/164460
Notes
Notes: svn path=/head/; revision=290528
Diffstat (limited to 'databases/xapian-core10')
-rw-r--r--databases/xapian-core10/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
index 724116b5acf1..111f5cff3ec5 100644
--- a/databases/xapian-core10/Makefile
+++ b/databases/xapian-core10/Makefile
@@ -1,15 +1,15 @@
-# New ports collection makefile for: xapian-core
+# New ports collection makefile for: xapian-core10
# Date created: 5 November 2005
# Whom: J.F. Dockes
#
# $FreeBSD$
#
-PORTNAME= xapian-core
+PORTNAME= xapian-core10
PORTVERSION= 1.0.22
-PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/
+DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A probabilistic text search database engine
@@ -24,6 +24,8 @@ MAN1= quartzcheck.1 quartzcompact.1 quartzdump.1 \
xapian-check.1 xapian-compact.1 xapian-config.1 \
xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/10$//}
+
.if defined(WITHOUT_SSE2)
CONFIGURE_ARGS+= --disable-sse
.endif