Index: head/devel/py-lxml/Makefile =================================================================== --- head/devel/py-lxml/Makefile (revision 205098) +++ head/devel/py-lxml/Makefile (revision 205099) @@ -1,59 +1,58 @@ # Ports collection makefile for: py-lxml # Date created: Feb 18, 2007 # Whom: Robert Gogolok # # $FreeBSD$ # PORTNAME= lxml PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://codespeak.net/lxml/ \ http://cheeseshop.python.org/packages/source/l/lxml/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz MAINTAINER= gogo@cs.uni-sb.de COMMENT= Pythonic binding for the libxml2 and libxslt libraries BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes -MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} BASEDOCS= CHANGES.txt \ CREDITS.txt \ LICENSES.txt \ TODO.txt \ README.txt EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} PYLXML_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}-${OPSYS:L}-${OSRELEASE}-${ARCH}.egg PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \ PYLXML_EGG=${PYLXML_EGG} \ PYLXML_EGG_VER="${PORTNAME}==${PORTVERSION}" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for f in ${BASEDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor @${MKDIR} ${DOCSDIR}/doc ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}/doc .endif .include OSRELEASE!= /usr/bin/uname -r .include Property changes on: head/devel/py-lxml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property