diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-04 14:32:49 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-04 14:32:49 +0000 |
commit | c0ff0e3bfc453355adb4f28f2a06294f2e378625 (patch) | |
tree | cb87220198f47adb8f1450dba44406ab3c50aca2 /sysutils/bacula-tray-monitor | |
parent | 5299226d71df9d0ccffb89e0e3ac2e4d3b229b4c (diff) | |
download | pkgsrc-c0ff0e3bfc453355adb4f28f2a06294f2e378625.tar.gz |
Full DESTDIR support for all bacula packages.
Diffstat (limited to 'sysutils/bacula-tray-monitor')
-rw-r--r-- | sysutils/bacula-tray-monitor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index 13dc2b8ab5a..a5bf08d182c 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2006/06/11 12:40:41 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:53 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-traymonitor-/} COMMENT= System tray monitor for Bacula - The Network Backup Solution +PKG_DESTDIR_SUPPORT= user-destdir + DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches @@ -14,6 +16,8 @@ BUILD_DIRS+= src/tray-monitor USE_TOOLS+= pkg-config +INSTALLATION_DIRS= sbin share/examples/bacula + .include "../../sysutils/bacula/Makefile.common" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |