mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add LICENSE_FILE
- Pet portlint - Add empty directory to plist
This commit is contained in:
parent
7d0eca119c
commit
b0af959588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373585
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user