diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qsynth/Makefile | 3 |
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" |