summaryrefslogtreecommitdiff
path: root/textproc/mathml-xsd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-06 21:02:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-06 21:02:28 +0000
commit92f4e11c95396ad7a1b84d68ddf3568fed44e65c (patch)
treedcb509b013106bf137bb9ab3870960e3691d1b65 /textproc/mathml-xsd
parent- Finish stage support (diff)
Package something
Reported by: poudriere, make check-orphans
Notes
Notes: svn path=/head/; revision=350412
Diffstat (limited to 'textproc/mathml-xsd')
-rw-r--r--textproc/mathml-xsd/Makefile7
1 files 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 <bsd.port.mk>