Index: head/textproc/py-ltxml/Makefile =================================================================== --- head/textproc/py-ltxml/Makefile (revision 434179) +++ head/textproc/py-ltxml/Makefile (revision 434180) @@ -1,48 +1,43 @@ # Created by: Johann Visagie # $FreeBSD$ PORTNAME= ltxml PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc python MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyLTXML-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings to the LT XML toolkit LICENSE= GPLv2 # only `GPL' is mentioned, assuming v2 BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:textproc/ltxml RUN_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:textproc/ltxml USES= python USE_PYTHON= distutils autoplist USE_LDCONFIG= yes -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= 00README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-install: @${STRIP_CMD} \ ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR} -.include +.include