summaryrefslogtreecommitdiff
path: root/sysutils/bacula-wx-console
diff options
context:
space:
mode:
authorghen <ghen>2008-01-04 14:32:49 +0000
committerghen <ghen>2008-01-04 14:32:49 +0000
commitc028089dda4a76f1e4c9f3f0c6e2cfeee3cbb455 (patch)
treecb87220198f47adb8f1450dba44406ab3c50aca2 /sysutils/bacula-wx-console
parentdbeaa9bc71eea040ad722657844780206c6d28b4 (diff)
downloadpkgsrc-c028089dda4a76f1e4c9f3f0c6e2cfeee3cbb455.tar.gz
Full DESTDIR support for all bacula packages.
Diffstat (limited to 'sysutils/bacula-wx-console')
-rw-r--r--sysutils/bacula-wx-console/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile
index 304262170e1..61c3278f27c 100644
--- a/sysutils/bacula-wx-console/Makefile
+++ b/sysutils/bacula-wx-console/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2007/11/30 20:33:33 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:53 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
+PKG_DESTDIR_SUPPORT= user-destdir
+
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
@@ -12,6 +14,8 @@ CONFIGURE_ARGS+= --enable-bwx-console
BUILD_DIRS= src/lib
BUILD_DIRS+= src/wx-console
+INSTALLATION_DIRS= sbin share/examples/bacula
+
.include "../../sysutils/bacula/Makefile.common"
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"