aboutsummaryrefslogtreecommitdiffstats
path: root/games/sxsame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/sxsame/Makefile')
-rw-r--r--games/sxsame/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sxsame/Makefile b/games/sxsame/Makefile
index 395ec733a19c..74d5ed9a4aa8 100644
--- a/games/sxsame/Makefile
+++ b/games/sxsame/Makefile
@@ -25,12 +25,12 @@ BINGRP= games
BINMODE= 2755
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
-WRKSRC= ${WRKDIR}/sxsame-3.02
-
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sxsame
.for i in INSTALL.jp README.jp
- @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/sxsame
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sxsame
.endfor
+.endif
.include <bsd.port.mk>