aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-core10
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-09-26 05:47:32 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-09-26 05:47:32 +0000
commit2ad0b990f5966d81afb459b69b47e43a07191d1b (patch)
tree2dca96134d9ef3ebd7670fbb285b67a8dc4ba016 /databases/xapian-core10
parent48bd991e7a1cbd87f6d231aca7f33198c7d921c7 (diff)
downloadports-2ad0b990f5966d81afb459b69b47e43a07191d1b.tar.gz
ports-2ad0b990f5966d81afb459b69b47e43a07191d1b.zip
Notes
Diffstat (limited to 'databases/xapian-core10')
-rw-r--r--databases/xapian-core10/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
index e454b7c61ba3..a2aea5b6434d 100644
--- a/databases/xapian-core10/Makefile
+++ b/databases/xapian-core10/Makefile
@@ -16,19 +16,20 @@ COMMENT= A probabilistic text search database engine
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
MAN1= xapian-check.1 xapian-chert-update.1 xapian-compact.1 \
xapian-config.1 xapian-inspect.1 xapian-metadata.1 \
xapian-progsrv.1 xapian-replicate-server.1 xapian-tcpsrv.1 \
- xapian-replicate.1
+ xapian-replicate.1
+post-install:
.ifdef(NOPORTDOCS)
${RM} -rf ${DOCSDIR}
.endif