Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/py-imaging/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/py-imaging/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- pkgsrc/graphics/py-imaging/Makefile 2005/04/11 21:46:08 1.23 +++ pkgsrc/graphics/py-imaging/Makefile 2005/10/12 14:48:44 1.24 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/10/12 14:48:44 drochner Exp $ -DISTNAME= Imaging-1.1.4 -PKGNAME= ${PYPKGPREFIX}-imaging-1.1.4 -PKGREVISION= 1 +DISTNAME= Imaging-1.1.5 +PKGNAME= ${PYPKGPREFIX}-imaging-1.1.5 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/downloads/ @@ -13,19 +12,11 @@ COMMENT= PIL, the Python Imaging Library DIST_SUBDIR= python PYDISTUTILSPKG= yes PY_PATCHPLIST= yes -GNU_CONFIGURE= yes - -do-configure: - (cd ${WRKSRC}/libImaging && ${SETENV} ${CONFIGURE_ENV} ./configure \ - ${CONFIGURE_ARGS} && ${SETENV} ${MAKE_ENV} ${MAKE}) - ${SED} "s|@JPEGDIR@|${BUILDLINK_PREFIX.jpeg}|g" <${WRKSRC}/setup.py \ - >${WRKSRC}/setup.py.tmp && ${MV} -f ${WRKSRC}/setup.py.tmp \ - ${WRKSRC}/setup.py post-install: ${INSTALL_DATA_DIR} ${PREFIX}/${PYINC}/PIL (cd ${WRKSRC}/libImaging; ${INSTALL_DATA} \ - ImConfig.h ImPlatform.h Imaging.h \ + ImPlatform.h Imaging.h \ ${PREFIX}/${PYINC}/PIL ) .include "../../lang/python/extension.mk"