Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 21:02:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350412 - head/textproc/mathml-xsd
Message-ID:  <201404062102.s36L2Tvd088017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  6 21:02:28 2014
New Revision: 350412
URL: http://svnweb.freebsd.org/changeset/ports/350412
QAT: https://qat.redports.org/buildarchive/r350412/

Log:
  Package something
  
  Reported by:	poudriere, make check-orphans

Modified:
  head/textproc/mathml-xsd/Makefile

Modified: head/textproc/mathml-xsd/Makefile
==============================================================================
--- head/textproc/mathml-xsd/Makefile	Sun Apr  6 20:55:15 2014	(r350411)
+++ head/textproc/mathml-xsd/Makefile	Sun Apr  6 21:02:28 2014	(r350412)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404062102.s36L2Tvd088017>