aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-03 19:30:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-03 19:30:08 +0000
commit04ff64e71327ce854e9c65b7e8202c88cd475932 (patch)
tree22009414c2940bd9d21d664bca4b7ad35dd79254 /databases
parentc84c3d42aed5776922bd67f91ab2597a34aff179 (diff)
downloadports-04ff64e71327ce854e9c65b7e8202c88cd475932.tar.gz
ports-04ff64e71327ce854e9c65b7e8202c88cd475932.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/ldb/Makefile3
-rw-r--r--databases/ntdb/Makefile3
-rw-r--r--databases/tdb/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index 8ce7d66382ff..f1ad7b2c84ad 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
# Support staging
DESTDIRNAME= --destdir
+OPTIONS_DEFINE= MANPAGES
+MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
diff --git a/databases/ntdb/Makefile b/databases/ntdb/Makefile
index 5026ce3041a9..1e78e32a0774 100644
--- a/databases/ntdb/Makefile
+++ b/databases/ntdb/Makefile
@@ -31,6 +31,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
# Support staging
DESTDIRNAME= --destdir
+OPTIONS_DEFINE= MANPAGES
+MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index 54807d7f684e..9e52dffddb2c 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -30,6 +30,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
# Support staging
DESTDIRNAME= --destdir
+OPTIONS_DEFINE= MANPAGES
+MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>