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:
Kris Kennaway 2002-05-11 08:23:24 +00:00
parent 4d6e5d2a2b
commit 0b8a8f085a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58898

View file

@ -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