1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix build with clang 6

- Cosmetic fixes
This commit is contained in:
Dmitry Marakasov 2018-06-22 21:00:29 +00:00
parent 8f9cb5f49b
commit 4e36995bda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473073

View File

@ -18,6 +18,8 @@ USE_SDL= sdl gfx mixer image ttf
ALL_TARGET= default
CXXFLAGS+= -Wno-c++11-narrowing
DATA_DIRS= sounds fonts music images levels
PLIST_FILES= bin/${PORTNAME}
@ -39,7 +41,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kartofel ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATA_DIRS}" ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATA_DIRS}" ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>