diff options
Diffstat (limited to 'games/secretmaryochronicles-music/Makefile')
-rw-r--r-- | games/secretmaryochronicles-music/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/secretmaryochronicles-music/Makefile b/games/secretmaryochronicles-music/Makefile index d1789eef462a..485cab9ba2bb 100644 --- a/games/secretmaryochronicles-music/Makefile +++ b/games/secretmaryochronicles-music/Makefile @@ -23,13 +23,13 @@ WRKSRC= ${WRKDIR} DATADIR= ${PREFIX}/share/smc NO_BUILD= yes -.if !defined(NOPORTDOCS) -PORTDOCS= Addon\ \-\ Music\ Readme.txt license.txt - do-install: ${MKDIR} ${DATADIR}/music ${CP} -R ${WRKSRC}/data/music/* ${DATADIR}/music/ +.if !defined(NOPORTDOCS) +PORTDOCS= Addon\ \-\ Music\ Readme.txt license.txt + post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} |