aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-04-29 02:06:44 +0800
committerwxs <wxs@FreeBSD.org>2009-04-29 02:06:44 +0800
commitec52198abe666e1e124a6a4165a1ffbc75764227 (patch)
treec82c5a83f93ce35c4af0d7f5d25e67521aa93946 /sysutils
parent49bf1c1dedfdef2fb62da7bcff291a3cbeb89e03 (diff)
downloadfreebsd-ports-gnome-ec52198abe666e1e124a6a4165a1ffbc75764227.tar.gz
freebsd-ports-gnome-ec52198abe666e1e124a6a4165a1ffbc75764227.tar.zst
freebsd-ports-gnome-ec52198abe666e1e124a6a4165a1ffbc75764227.zip
- Fix build of sysutils/bacula-bat which doesn't install documentation.
Approved by: Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index cc36a663d2c7..a2cee72a5ffc 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -117,6 +117,11 @@ USE_GNOME= libgnome gnomelibs libgnomeui
PLIST_SUB+= BACULA_DIR=${BACULA_DIR}
.endif
+# sysutils/bacula-bat does not install PORTDOCS.
+.if defined(WITH_BAT)
+PORTDOCS=
+.endif
+
.include <bsd.port.pre.mk>
.if defined(WITH_NLS)