diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 12:42:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 12:42:56 +0000 |
commit | 14762ba71884c9e1c658f28a0dc717654ca3448a (patch) | |
tree | 829c53d7089f9b089744b189dd65517fc2cd2dab | |
parent | 54f7c90382febc3a1f4bb93b41aeb4e690030f59 (diff) | |
download | pkgsrc-14762ba71884c9e1c658f28a0dc717654ca3448a.tar.gz |
Needs bin directory.
-rw-r--r-- | sysutils/bacula-qt-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-qt-console/Makefile b/sysutils/bacula-qt-console/Makefile index 96a3f544600..95ae964ea68 100644 --- a/sysutils/bacula-qt-console/Makefile +++ b/sysutils/bacula-qt-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/06 16:22:30 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/03 12:42:56 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-qt-console-/} PKGREVISION= 1 @@ -17,7 +17,7 @@ BUILD_DIRS= src/lib BUILD_DIRS+= src/qt-console INSTALL_DIRS= src/qt-console -INSTALLATION_DIRS= share/examples/bacula +INSTALLATION_DIRS= bin share/examples/bacula CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf |