diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-29 18:37:38 +0000 |
commit | 91cb80d94325e8fcc4dd2bd428e58094b0f30891 (patch) | |
tree | fc97a09970827819a50f2263bd7760b9da076d95 /print/py-reportlab | |
parent | 795697e909a3c12353459561fdfdccfa53c53fad (diff) |
Notes
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 695bf7ae19d7..a093274f3e23 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -15,10 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= perky@fallin.lv -BUILD_DEPENDS= ${PYDISTUTILS} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_imaging.so:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes +USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/reportlab CONFIGURE_ENV= PYTHON=${PYTHON_CMD} ALL_TARGET= sharedmods @@ -31,14 +31,7 @@ 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 (cd ${WRKDIR}/reportlab/fonts; \ |