summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-07 11:04:40 +0000
committerdrochner <drochner>2009-09-07 11:04:40 +0000
commitc8b684c432f4f39cc832bc3150a700b7f4e20651 (patch)
tree57c52d7f30b0af86dba7c0c172c3b2d7941bd148 /sysutils
parent9d446371388a8a591a23ac68450d6e5971a41490 (diff)
downloadpkgsrc-c8b684c432f4f39cc832bc3150a700b7f4e20651.tar.gz
g/c unneeded installation in post-install
Diffstat (limited to 'sysutils')
-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"