aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ltxml
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-05-06 13:23:09 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-05-06 13:23:09 +0000
commitd424283e95a403bd30ff3a74b173170e547aab29 (patch)
treeba990a902f34a7073fd06d2655a6b25804f77b2b /textproc/py-ltxml
parent810a8be6428fa639dd294b6ac10e2798f2dee4e6 (diff)
downloadports-d424283e95a403bd30ff3a74b173170e547aab29.tar.gz
ports-d424283e95a403bd30ff3a74b173170e547aab29.zip
These ports are no longer used or cared for.
Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports with my help. textproc/docbook2odf - Pass maintainership to horia at racoviceanu.com - Break lines around 80 characters - Change pkg-plist, remove mtree textproc/py-ltxml - Pass maintainership to horia at racoviceanu.com - Break lines around 80 characters textproc/xsv - Pass maintainership to horia at racoviceanu.com - Remove blank characters
Notes
Notes: svn path=/head/; revision=353091
Diffstat (limited to 'textproc/py-ltxml')
-rw-r--r--textproc/py-ltxml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile
index a16cab23db2a..5834072d9877 100644
--- a/textproc/py-ltxml/Makefile
+++ b/textproc/py-ltxml/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyLTXML-${PORTVERSION}
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= horia@racoviceanu.com
COMMENT= Python bindings to the LT XML toolkit
BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:${PORTSDIR}/textproc/ltxml
@@ -33,7 +33,8 @@ CFLAGS+= -fPIC
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so
+ ${STRIP_CMD} \
+ ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}