aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgpool-II-23
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 05:48:44 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 05:48:44 +0800
commita4b79350eebbf824db93c259b72cb7883a1a395a (patch)
treea217c2f6b9317591e25a1528cad83dd0d6c1510b /databases/pgpool-II-23
parent627059e3b6fe0d48c50f2099e554ecb4ce115e78 (diff)
downloadfreebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.gz
freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.tar.zst
freebsd-ports-gnome-a4b79350eebbf824db93c259b72cb7883a1a395a.zip
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
Diffstat (limited to 'databases/pgpool-II-23')
-rw-r--r--databases/pgpool-II-23/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile
index 3acddc6141c2..f8c05c3de41d 100644
--- a/databases/pgpool-II-23/Makefile
+++ b/databases/pgpool-II-23/Makefile
@@ -24,6 +24,8 @@ PORTDOCS+= TODO
PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css
PORTDOCShtml+= tutorial-en.html tutorial-ja.html
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
@@ -43,7 +45,6 @@ post-install:
.for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start
${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
@@ -52,6 +53,5 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/$f ${STAGEDIR}${DOCSDIR}
.endfor
PORTDOCS+= ${PORTDOCShtml}
-.endif
.include <bsd.port.mk>