summaryrefslogtreecommitdiff
path: root/audio/qsynth
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-28 11:56:04 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-28 11:56:04 +0000
commit251b1328308509c3de82a1450ccfaa249a7bb258 (patch)
treeb1404d117e8d589ee44c4163fde3de6cf478d1bf /audio/qsynth
parent06b99326d1f4fc9a869e6fe94f5ca21955f2f5c0 (diff)
downloadpkgsrc-251b1328308509c3de82a1450ccfaa249a7bb258.tar.gz
Create share/icons directory before installing into it.
Diffstat (limited to 'audio/qsynth')
-rw-r--r--audio/qsynth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
index df55e447ee7..63774bda95e 100644
--- a/audio/qsynth/Makefile
+++ b/audio/qsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/26 07:47:03 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/28 11:56:04 joerg Exp $
DISTNAME= qsynth-0.2.4
PKGREVISION= 4
@@ -26,6 +26,7 @@ SUBST_FILTER_CMD.hints= ${GREP} -v includehint
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${PREFIX}/bin/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/
${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png ${PREFIX}/share/icons/
.include "../../audio/fluidsynth/buildlink3.mk"