1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix two problems:

- braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef)
- prebuilt docs were not installed if jade unavailable

PORTREVISION bumped so port users get the docs.

Reported by:	kris
This commit is contained in:
Sam Lawrance 2005-06-10 05:58:25 +00:00
parent 05b86fe35f
commit e94b99c1c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137148
2 changed files with 13 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= mnogosearch
PORTVERSION= 3.2.32
PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://www.mnogosearch.org/Download/
@ -80,7 +81,7 @@ LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql41-client
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.endif
.ifdef WITHOUT_MNOGO_SQLITE
.ifndef WITHOUT_MNOGO_SQLITE
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
.endif

View File

@ -1,5 +1,14 @@
--- doc/Makefile.in.orig Mon Mar 28 15:59:54 2005
+++ doc/Makefile.in Mon May 9 12:58:42 2005
--- doc/Makefile.in.orig Mon Mar 28 23:59:54 2005
+++ doc/Makefile.in Fri Jun 10 15:32:00 2005
@@ -174,7 +174,7 @@
build_vendor = @build_vendor@
datadir = @datadir@
db_PROGS = @db_PROGS@
-doc_FILES = ${@doc_FILES@}
+doc_FILES = ${HTML_ALL}
efOBJ = @efOBJ@
exec_prefix = @exec_prefix@
host = @host@
@@ -687,11 +687,11 @@