summaryrefslogtreecommitdiff
path: root/audio/qsynth
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-28 11:56:04 +0000
committerjoerg <joerg>2006-05-28 11:56:04 +0000
commit117957cd01c3a45e0160bcf7ad7ff56afa0b554e (patch)
treeb1404d117e8d589ee44c4163fde3de6cf478d1bf /audio/qsynth
parentb190954d96b6aab3f57db97c48c120f3cedfbfe3 (diff)
downloadpkgsrc-117957cd01c3a45e0160bcf7ad7ff56afa0b554e.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"