aboutsummaryrefslogtreecommitdiff
path: root/games/sxsame/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-15 16:36:51 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-15 16:36:51 +0000
commit6542dd22222027395463c554d8d945cf43cff961 (patch)
tree25f28845dc5e5c9d9a07fc292aa7889505be490d /games/sxsame/Makefile
parent4686ca73f789e42025248ac0947bda79a3934df7 (diff)
downloadports-6542dd22222027395463c554d8d945cf43cff961.tar.gz
ports-6542dd22222027395463c554d8d945cf43cff961.zip
Support CFLAGS properly. Conform to one file per patch guideline. Be
extra careful with $i; remove unnecessary WRKSRC. PR: 19925 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=30658
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>