Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 17:44:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329216 - head/multimedia/mkvalidator
Message-ID:  <201310031744.r93HiR0I018064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct  3 17:44:27 2013
New Revision: 329216
URL: http://svnweb.freebsd.org/changeset/ports/329216

Log:
  Properly support staging, take advantage of the new BROKEN_${ARCH}

Modified:
  head/multimedia/mkvalidator/Makefile

Modified: head/multimedia/mkvalidator/Makefile
==============================================================================
--- head/multimedia/mkvalidator/Makefile	Thu Oct  3 17:41:27 2013	(r329215)
+++ head/multimedia/mkvalidator/Makefile	Thu Oct  3 17:44:27 2013	(r329216)
@@ -24,15 +24,10 @@ BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 
 PLIST_FILES=	bin/mkvalidator
 
-NO_STAGE=	yes
+BROKEN_sparc64=	Does not install on sparc64: gmake: GNUmakefile: No such file or directory
+
 post-extract:
-	@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
+	@${REINPLACE_CMD} -e 's,/usr/local,$$(DESTDIR)$$(PREFIX),g' ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
 	@${RM} ${WRKSRC}/libmatroska2/test/test.proj
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not install on sparc64: gmake: GNUmakefile: No such file or directory
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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