diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 20:58:02 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 20:58:02 +0000 |
commit | 22ce56de7826b4f89c2cdf691d1493ed53a5a8ab (patch) | |
tree | 80ef1bee89218395b663abf66b1bf4e83a215b6c /graphics/py-gd/Makefile | |
parent | 70eff60778e2358da11a23bf5adc4f81b1abf9d6 (diff) | |
download | ports-22ce56de7826b4f89c2cdf691d1493ed53a5a8ab.tar.gz ports-22ce56de7826b4f89c2cdf691d1493ed53a5a8ab.zip |
Notes
Diffstat (limited to 'graphics/py-gd/Makefile')
-rw-r--r-- | graphics/py-gd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index a4a98f16a35f..d0ebbbef65a1 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gd -PORTVERSION= 0.40 -PORTREVISION= 1 +PORTVERSION= 0.42 CATEGORIES= graphics python MASTER_SITES= http://newcenturycomputers.net/projects/download.cgi/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +22,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYSETUP= Setup.py -EXAMPLE_DIR= ${PREFIX}/share/examples/py-gd +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ @@ -33,8 +32,8 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLE_DIR} - ${INSTALL_DATA} ${WRKSRC}/gddemo.py ${EXAMPLE_DIR} + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/gddemo.py ${EXAMPLESDIR} .endif .include <bsd.port.mk> |