mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Remove bogus USES=tar:bzip2
- Whitespace fix
This commit is contained in:
parent
39903907c6
commit
9e5fc5340d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421214
@ -19,7 +19,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= jdolan
|
||||
GH_TAGNAME= bea99d9
|
||||
|
||||
USES= shebangfix python tar:bzip2
|
||||
USES= shebangfix python
|
||||
SHEBANG_FILES= *.py
|
||||
USE_GNOME= pygtk2
|
||||
NO_ARCH= yes
|
||||
@ -42,12 +42,10 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for f in *.py *.pyc *.pyo
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user