summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-05 16:44:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-05 16:44:30 +0000
commitc63145c5d58dbde96dac58a9f14be74e4ff7e079 (patch)
treee44f17abcc4edff89daeb15a8aafa3210822164f /graphics
parentcad/cura-engine: update 14.03 -> 15.04 (diff)
- Switch to USES=tar
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Notes
Notes: svn path=/head/; revision=393594
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fujiplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile
index e03f233db296..5cbb488c59f7 100644
--- a/graphics/fujiplay/Makefile
+++ b/graphics/fujiplay/Makefile
@@ -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)