aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2005-11-29 14:54:26 +0800
committerlkoeller <lkoeller@FreeBSD.org>2005-11-29 14:54:26 +0800
commit107352226d07c579ab405086c19a4069c5b479d5 (patch)
tree894f62e660bf809ca013be84fbbae16ed4c91315 /sysutils
parent4c9adc6eae1311b956f9bf51e13312beb89af7f4 (diff)
downloadfreebsd-ports-gnome-107352226d07c579ab405086c19a4069c5b479d5.tar.gz
freebsd-ports-gnome-107352226d07c579ab405086c19a4069c5b479d5.tar.zst
freebsd-ports-gnome-107352226d07c579ab405086c19a4069c5b479d5.zip
o) Fix wrong install place of bacula.8 man page
Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat)
Diffstat (limited to 'sysutils')
-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>