aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2008-08-06 23:37:02 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2008-08-06 23:37:02 +0800
commiteaf80be7fec16bc4a8f9e1114b578b80ddf0ab32 (patch)
treee629190472a655ffe76779f181a7f1995cf1a1c2 /games
parentb885199ccf3a3aca3de8f00a1de185766b76db6d (diff)
downloadfreebsd-ports-gnome-eaf80be7fec16bc4a8f9e1114b578b80ddf0ab32.tar.gz
freebsd-ports-gnome-eaf80be7fec16bc4a8f9e1114b578b80ddf0ab32.tar.zst
freebsd-ports-gnome-eaf80be7fec16bc4a8f9e1114b578b80ddf0ab32.zip
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.
Diffstat (limited to 'games')
-rw-r--r--games/secretmaryochronicles-music/Makefile6
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}