summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-07 11:04:40 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-07 11:04:40 +0000
commit9cadcb1707f7a2a6eb8816633d9fba735977169b (patch)
tree57c52d7f30b0af86dba7c0c172c3b2d7941bd148
parent8f7cd2c6ee426ac8191a7eb79a4a867d42c5f22c (diff)
downloadpkgsrc-9cadcb1707f7a2a6eb8816633d9fba735977169b.tar.gz
g/c unneeded installation in post-install
-rw-r--r--sysutils/bacula-qt-console/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-qt-console/Makefile b/sysutils/bacula-qt-console/Makefile
index 1e44c09fb85..e723540322f 100644
--- a/sysutils/bacula-qt-console/Makefile
+++ b/sysutils/bacula-qt-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/08/26 19:58:17 sno Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/07 11:04:40 drochner Exp $
PKGNAME= ${DISTNAME:S/-/-qt-console-/}
PKGREVISION= 1
@@ -20,7 +20,6 @@ INSTALLATION_DIRS= bin share/examples/bacula
CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf
post-install:
- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${DESTDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.conf ${DESTDIR}${EXAMPLESDIR}
.include "../../sysutils/bacula/Makefile.common"