summaryrefslogtreecommitdiffstats
path: root/games/sxsame/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-07-15 16:36:51 +0000
committerwill <will@FreeBSD.org>2000-07-15 16:36:51 +0000
commit397388caf7e4839c06363fd6cea2621b347be110 (patch)
tree577424ae66cbeef09788f04739acd086b8fd11f2 /games/sxsame/Makefile
parent1bff3cba83fbf4fa17ddd66f230ea36a3cdb7ff6 (diff)
downloadFreeBSD-ports-397388caf7e4839c06363fd6cea2621b347be110.zip
FreeBSD-ports-397388caf7e4839c06363fd6cea2621b347be110.tar.gz
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>
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 395ec73..74d5ed9 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>
OpenPOWER on IntegriCloud