mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Package something
Reported by: poudriere, make check-orphans
This commit is contained in:
parent
8e3a8d44db
commit
92f4e11c95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350412
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user