aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent810a8be6428fa639dd294b6ac10e2798f2dee4e6 (diff)
downloadports-d424283e95a403bd30ff3a74b173170e547aab29.tar.gz
ports-d424283e95a403bd30ff3a74b173170e547aab29.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook2odf/Makefile16
-rw-r--r--textproc/docbook2odf/pkg-plist1
-rw-r--r--textproc/py-ltxml/Makefile5
-rw-r--r--textproc/xsv/Makefile4
4 files changed, 14 insertions, 12 deletions
diff --git a/textproc/docbook2odf/Makefile b/textproc/docbook2odf/Makefile
index d12456397b8e..89bf7a03b5cb 100644
--- a/textproc/docbook2odf/Makefile
+++ b/textproc/docbook2odf/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.244
CATEGORIES= textproc perl5
MASTER_SITES= http://open.comsultia.com/docbook2odf/dwn/
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= horia@racoviceanu.com
COMMENT= Convert docbook document to Oasis Open Document
LICENSE= GPLv2
@@ -23,7 +23,6 @@ USE_PERL5= run
NO_BUILD= yes
PORTEXAMPLES= *
-
OPTIONS_DEFINE= EXAMPLES
post-patch:
@@ -33,11 +32,14 @@ post-patch:
do-install:
${LN} -sf ${DATADIR}/utils/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} "tests utils xsl" ${STAGEDIR}${DATADIR})
- @${MKDIR} ${STAGEDIR}${DESKTOPDIR}
- ${INSTALL_DATA} ${WRKSRC}/bindings/desktop/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
- ${LN} -sf ${EXAMPLESDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/
- ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "tests utils xsl" \
+ ${STAGEDIR}${DATADIR})
+ ${INSTALL_DATA} ${WRKSRC}/bindings/desktop/${PORTNAME}.desktop \
+ ${STAGEDIR}${DESKTOPDIR}
+ ${LN} -sf ${EXAMPLESDIR}/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \
+ ${STAGEDIR}${MAN1PREFIX}/man/man1/
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
diff --git a/textproc/docbook2odf/pkg-plist b/textproc/docbook2odf/pkg-plist
index a443c221a684..20d06a93db16 100644
--- a/textproc/docbook2odf/pkg-plist
+++ b/textproc/docbook2odf/pkg-plist
@@ -367,4 +367,3 @@ share/pixmaps/docbook2odf.png
@dirrm %%DATADIR%%/tests/graphics
@dirrm %%DATADIR%%/tests
@dirrm %%DATADIR%%
-@dirrmtry share/applications
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}
diff --git a/textproc/xsv/Makefile b/textproc/xsv/Makefile
index 50ba4a36da5e..2afd2c2bdfd5 100644
--- a/textproc/xsv/Makefile
+++ b/textproc/xsv/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= textproc python
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/XSV/
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= horia@racoviceanu.com
COMMENT= XML Schema Validator
LICENSE= GPLv2
@@ -20,7 +20,7 @@ PYDISTUTILS_AUTOPLIST= yes
INSTALLS_EGGINFO= yes
USE_LDCONFIG= yes
-PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html
+PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html
PORTEXAMPLES= triv.xml triv.xsd tiny.xml tiny.xsd
OPTIONS_DEFINE= DOCS EXAMPLES