1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add LICENSE_FILE

- Pet portlint
- Add empty directory to plist
This commit is contained in:
Dmitry Marakasov 2014-11-28 23:35:05 +00:00
parent 7d0eca119c
commit b0af959588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373585
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer clone of the famous Bubble Bobble game
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYGAME}
BUILD_DEPENDS:= ${RUN_DEPENDS}
@ -51,7 +52,7 @@ do-install:
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/BubBob.py ${STAGEDIR}${DATADIR}
# build different colors
@${FIND} ${STAGEDIR}${DATADIR} -name "*.ppm" -exec chmod u+w {} \;
@${FIND} ${STAGEDIR}${DATADIR} -name "*.ppm" -exec ${CHMOD} u+w {} \;
@${PYTHON_CMD} ${STAGEDIR}${DATADIR}/bubbob/images/buildcolors.py
${LN} -sf ${DATADIR}/http2/data/bob.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png

View File

@ -450,3 +450,4 @@ man/man1/bb.py.1.gz
%%DATADIR%%/metaserver/pipelayer.py
%%DATADIR%%/metaserver/socketoverudp.py
share/pixmaps/bubbros.png
@dir %%DATADIR%%/bubbob/doc/images