summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2005-11-29 06:54:26 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2005-11-29 06:54:26 +0000
commit621b48d30bdbdf0fa7e673d773f7b8b3a5e7f815 (patch)
tree9997b040931602a127305803572efdcb6c177c1a
parentUpdate to 2.8.0.7. (diff)
o) Fix wrong install place of bacula.8 man page
Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat)
-rw-r--r--sysutils/bacula-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 284afecba015..1bef095a6b2c 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bacula
PORTVERSION= 1.38.2
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \
--enable-smartalloc \
--with-working-dir=${BACULA_DIR} \
--with-scriptdir=${PREFIX}/share/bacula \
+ --mandir=${PREFIX}/man \
--with-fd-user=root \
--with-fd-group=wheel \
--with-dir-user=bacula \
@@ -75,7 +76,7 @@ USE_GNOME= libgnome
PLIST_SUB+= BACULA_DIR=${BACULA_DIR}
-MAN8= "bacula.8"
+MAN8= bacula.8
.include <bsd.port.pre.mk>