diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-19 16:45:45 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-11-19 16:45:45 +0000 |
commit | 68f0367161b09c96f2419e157a69db5497f366c5 (patch) | |
tree | e84907011ff295de7208e6443523e679b75797b1 /print/py-reportlab/Makefile | |
parent | d169e68a8df723ba15177ebe509ffedf037abdf7 (diff) |
Notes
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 8d7b617f57f1..b9212d4bb458 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -6,8 +6,7 @@ # PORTNAME= reportlab -PORTVERSION= 1.15 -PORTREVISION= 1 +PORTVERSION= 1.16 CATEGORIES= print python MASTER_SITES= ftp://ftp.reportlab.com/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,7 @@ USE_PYTHON_PREFIX= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes -REPORTLABDIR= ${PYTHON_SITELIBDIR}/reportlab +REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCDIR= ${PREFIX}/share/doc/reportlab EXAMPLEDIR= ${PREFIX}/share/examples/reportlab |