diff options
author | adamw <adamw@FreeBSD.org> | 2008-08-07 02:53:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2008-08-07 02:53:33 +0800 |
commit | 7d595865f3702fe0a44ecd8f0e8d49daf77d1a97 (patch) | |
tree | fdb4b93b6df6a45e9642f9224b64dabf94cb899a | |
parent | 885639adeade65884107043f6e389316ae2cd744 (diff) | |
download | freebsd-ports-gnome-7d595865f3702fe0a44ecd8f0e8d49daf77d1a97.tar.gz freebsd-ports-gnome-7d595865f3702fe0a44ecd8f0e8d49daf77d1a97.tar.zst freebsd-ports-gnome-7d595865f3702fe0a44ecd8f0e8d49daf77d1a97.zip |
Make the tabs line up a little better, to preemptively satisfy danfe
before he gets his hands on it.
Also, make the file copying more verbose, because it's cooler that way.
-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 |