Package something

Reported by:	poudriere, make check-orphans
This commit is contained in:
Antoine Brodin 2014-04-06 21:02:28 +00:00
parent 8e3a8d44db
commit 92f4e11c95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350412

View File

@ -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>