diff options
author | delphij <delphij@FreeBSD.org> | 2008-06-19 02:55:35 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-06-19 02:55:35 +0800 |
commit | 60344bd30174eaf219ee8b87aa8ccef64ae05701 (patch) | |
tree | 18899125642f330ac251bf437e4e562e11f15b1b | |
parent | 1403009e34c5381be9cbcb071251958960d2c3cd (diff) | |
download | freebsd-ports-gnome-60344bd30174eaf219ee8b87aa8ccef64ae05701.tar.gz freebsd-ports-gnome-60344bd30174eaf219ee8b87aa8ccef64ae05701.tar.zst freebsd-ports-gnome-60344bd30174eaf219ee8b87aa8ccef64ae05701.zip |
gzip man1/bat.
PR: ports/124036
Submitted by: Tomoyuki Sakurai <cherry trombik org>
Approved by: maintainer
-rw-r--r-- | sysutils/bacula-bat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile index 26fc86c5702c..f0ebff87db77 100644 --- a/sysutils/bacula-bat/Makefile +++ b/sysutils/bacula-bat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -PKGNAMESUFFIX= -bat +PKGNAMESUFFIX= -bat COMMENT= The network backup solution (GUI) @@ -28,7 +28,7 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server PLIST= ${.CURDIR}/pkg-plist CONFIGURE_ARGS+=--enable-bat \ - --with-qwt={$PREFIX}/lib \ + --with-qwt=${LOCALBASE}/lib \ --disable-build-dird \ --disable-build-stored \ --enable-client-only @@ -43,6 +43,7 @@ do-install: # Install config files and preserve existing ones ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${PREFIX}/etc/bat.conf.sample - ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1 ${PREFIX}/man/man1/bat.1.gz + ${GZIP_CMD} ${WRKSRC}/manpages/bat.1 + ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1.gz ${PREFIX}/man/man1/ .include "${MASTERDIR}/Makefile" |