From 60344bd30174eaf219ee8b87aa8ccef64ae05701 Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 18 Jun 2008 18:55:35 +0000 Subject: gzip man1/bat. PR: ports/124036 Submitted by: Tomoyuki Sakurai Approved by: maintainer --- sysutils/bacula-bat/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils') 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" -- cgit