Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 16:44:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393594 - head/graphics/fujiplay
Message-ID:  <201508051644.t75GiVYq015744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug  5 16:44:30 2015
New Revision: 393594
URL: https://svnweb.freebsd.org/changeset/ports/393594

Log:
  - Switch to USES=tar
  - Don't use / in sed regexps to allow paths, unbreaking cross-builds

Modified:
  head/graphics/fujiplay/Makefile

Modified: head/graphics/fujiplay/Makefile
==============================================================================
--- head/graphics/fujiplay/Makefile	Wed Aug  5 15:36:10 2015	(r393593)
+++ head/graphics/fujiplay/Makefile	Wed Aug  5 16:44:30 2015	(r393594)
@@ -7,20 +7,20 @@ PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://topo.math.u-psud.fr/~bousch/
 DISTNAME=	${PORTNAME}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Digital camera downloading tool for Fujifilm digital cameras
 
 NO_WRKSUBDIR=	yes
 
+USES=		tar:tgz
 PLIST_FILES=	bin/fujiplay bin/yycc2ppm
 PORTDOCS=	README fujiplay.lsm mx700-commands.html
 
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|^\(CC[^g]*\)gcc$$|\1${CC}|' ${WRKSRC}/Makefile
 
 do-install:
 	(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${STAGEDIR}${PREFIX}/bin)



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