From 76f952f49753e8fb1239351ddde7c96ea62064c7 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Aug 2008 15:37:02 +0000 Subject: Move the do-install: target out from a conditional block. I have no explanation for what the hell it was doing in there in the first place, but it was probably someone else's fault. This was, of course, identified and solved by the itetcutron. --- games/secretmaryochronicles-music/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') 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} -- cgit