mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unbreak the build by putting back the do-build and do-install targets
which were mysteriously removed in the previous revision. Pointy hat to: ijliao
This commit is contained in:
parent
4d6e5d2a2b
commit
0b8a8f085a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58898
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ EXAMPLEDIR= ${PREFIX}/share/examples/reportlab
|
|||
post-patch:
|
||||
${MV} ${WRKSRC}/lib/setup.py ${WRKDIR}
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR}; \
|
||||
${PYTHON_CMD} setup.py build)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKDIR}; \
|
||||
${PYTHON_CMD} setup.py install -c -O1 --prefix="${PREFIX}")
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${REPORTLABDIR}/fonts
|
||||
.for fontfile in LeERC___.AFM LeERC___.PFB
|
||||
|
|
Loading…
Add table
Reference in a new issue