Date: Thu, 3 Oct 2013 17:41: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: r329215 - head/multimedia/mkclean Message-ID: <201310031741.r93HfR0R017439@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 3 17:41:27 2013 New Revision: 329215 URL: http://svnweb.freebsd.org/changeset/ports/329215 Log: Properly support staging, take advantage of the new BROKEN_${ARCH} Modified: head/multimedia/mkclean/Makefile Modified: head/multimedia/mkclean/Makefile ============================================================================== --- head/multimedia/mkclean/Makefile Thu Oct 3 17:21:20 2013 (r329214) +++ head/multimedia/mkclean/Makefile Thu Oct 3 17:41:27 2013 (r329215) @@ -25,15 +25,10 @@ BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} PLIST_FILES= bin/mkclean \ bin/mkWDclean -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?201310031741.r93HfR0R017439>