diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /games/freeciv-sounds | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'games/freeciv-sounds')
-rw-r--r-- | games/freeciv-sounds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile index 5ae1187515e..4a289340d5d 100644 --- a/games/freeciv-sounds/Makefile +++ b/games/freeciv-sounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:38:25 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= stdsounds2 @@ -14,6 +14,8 @@ DEPENDS= freeciv-share-[0-9]*:../../games/freeciv-share NO_BUILD= YES +INSTALLATION_DIRS= share/freeciv + do-install: ${INSTALL_DATA} ${WRKDIR}/stdsounds.soundspec \ ${PREFIX}/share/freeciv/ |