summaryrefslogtreecommitdiff
path: root/audio/qsynth/Makefile
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
commit5607cf840471481239f93fbbb23cb7fb62167015 (patch)
treeb1404d117e8d589ee44c4163fde3de6cf478d1bf /audio/qsynth/Makefile
parent0a4c0e72ee9f6aacad29aea862a6d7560b003f56 (diff)
downloadpkgsrc-5607cf840471481239f93fbbb23cb7fb62167015.tar.gz
Create share/icons directory before installing into it.
Diffstat (limited to 'audio/qsynth/Makefile')
-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"