1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Build and install docs

- Bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Max Khon 2012-11-05 12:33:48 +00:00
parent 5af7a8f02e
commit bd850c0b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307003
2 changed files with 15 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= pgadmin3
PORTVERSION= 1.16.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= PGSQL
MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src
@ -15,6 +16,8 @@ DIST_SUBDIR= postgresql
MAINTAINER= fjoe@FreeBSD.org
COMMENT= PostgreSQL database design and management system
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
IGNORE_WITH_PGSQL= 82 83
MAKE_JOBS_SAFE= yes
@ -24,8 +27,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
CPPFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --with-wx-version=${USE_WX}\
--without-sphinx-build
CONFIGURE_ARGS= --with-wx-version=${USE_WX}
USE_GNOME= libxml2 libxslt
USE_WX= 2.8
WX_COMPS= wx contrib

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig 2012-11-04 18:15:35.000000000 +0700
+++ Makefile.in 2012-11-04 18:15:45.000000000 +0700
@@ -956,7 +956,7 @@
# Create HTML docs
doc:
-@SPHINX_BUILD_TRUE@ cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
+@SPHINX_BUILD_TRUE@ cd $(top_srcdir)/docs/en_US && ${MAKE} -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
all: doc