From 92f4e11c95396ad7a1b84d68ddf3568fed44e65c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 6 Apr 2014 21:02:28 +0000 Subject: [PATCH] Package something Reported by: poudriere, make check-orphans --- textproc/mathml-xsd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/mathml-xsd/Makefile b/textproc/mathml-xsd/Makefile index 9efe3644d8e1..d4bcc525b560 100644 --- a/textproc/mathml-xsd/Makefile +++ b/textproc/mathml-xsd/Makefile @@ -3,16 +3,17 @@ PORTNAME= mathml-xsd PORTVERSION= 2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/Math/XMLSchema/ DISTNAME= mathml${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The MathML XML Schema +USES= tar:tgz NO_BUILD= yes +PORTDATA= * post-extract: @${FIND} ${WRKSRC} -name "CVS" -type d -exec rm -rf {} +; @@ -20,6 +21,6 @@ post-extract: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include