aboutsummaryrefslogtreecommitdiff
path: root/textproc/mathml-xsd
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:08:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:08:19 +0000
commitc64628c24f34a8705fb45e8cbf01da55fff2ea96 (patch)
treef508a68f274d37b01a795b824384fb0af8104209 /textproc/mathml-xsd
parentf4728df430bbc00d78958e0cdfba5d190177e8a1 (diff)
downloadports-c64628c24f34a8705fb45e8cbf01da55fff2ea96.tar.gz
ports-c64628c24f34a8705fb45e8cbf01da55fff2ea96.zip
- Support staging
- Don't install VCS files - Use COPYTREE_SHARE instead of CP
Notes
Notes: svn path=/head/; revision=346040
Diffstat (limited to 'textproc/mathml-xsd')
-rw-r--r--textproc/mathml-xsd/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/mathml-xsd/Makefile b/textproc/mathml-xsd/Makefile
index c8779e359a9b..9efe3644d8e1 100644
--- a/textproc/mathml-xsd/Makefile
+++ b/textproc/mathml-xsd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mathml-xsd
PORTVERSION= 2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Math/XMLSchema/
DISTNAME= mathml${PORTVERSION}
@@ -14,16 +14,12 @@ COMMENT= The MathML XML Schema
NO_BUILD= yes
-NO_STAGE= yes
post-extract:
- @${FIND} ${WRKSRC} -name "CVS" -type d -delete
+ @${FIND} ${WRKSRC} -name "CVS" -type d -exec rm -rf {} +;
+ @${RM} ${WRKSRC}/content/tokens.xsd.~1.3.~
do-install:
- @${MKDIR} ${DATADIR}
- @${CP} -R ${WRKSRC}/* ${DATADIR}
- @${FIND} ${DATADIR} -type f | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>