diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2008-08-06 18:53:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2008-08-06 18:53:33 +0000 |
commit | 97cb9233509fb2b01161a75521c1279de1e4a425 (patch) | |
tree | fe18a16c2eac81b4ee5ede047828c7f0938c3214 /games/secretmaryochronicles-music | |
parent | 56ba6e4f04bda6542f7689511e66e3b00a103cd2 (diff) |
Notes
Diffstat (limited to 'games/secretmaryochronicles-music')
-rw-r--r-- | games/secretmaryochronicles-music/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/secretmaryochronicles-music/Makefile b/games/secretmaryochronicles-music/Makefile index 485cab9ba2bb..7c8dfb892eda 100644 --- a/games/secretmaryochronicles-music/Makefile +++ b/games/secretmaryochronicles-music/Makefile @@ -15,7 +15,7 @@ DISTNAME= SMC_music_${PORTVERSION}_high MAINTAINER= adamw@FreeBSD.org COMMENT= Background music for Secret Maryo Chronicles -RUN_DEPENDS=smc:${PORTSDIR}/games/secretmaryochronicles +RUN_DEPENDS= smc:${PORTSDIR}/games/secretmaryochronicles USE_ZIP= yes @@ -25,7 +25,7 @@ NO_BUILD= yes do-install: ${MKDIR} ${DATADIR}/music - ${CP} -R ${WRKSRC}/data/music/* ${DATADIR}/music/ + ${CP} -Rv ${WRKSRC}/data/music/* ${DATADIR}/music/ .if !defined(NOPORTDOCS) PORTDOCS= Addon\ \-\ Music\ Readme.txt license.txt |