From 5607cf840471481239f93fbbb23cb7fb62167015 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 28 May 2006 11:56:04 +0000 Subject: Create share/icons directory before installing into it. --- audio/qsynth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') 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" -- cgit v1.2.3