From owner-svn-ports-all@FreeBSD.ORG Wed Jun 25 10:59:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE4A869B; Wed, 25 Jun 2014 10:59:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB33428A4; Wed, 25 Jun 2014 10:59:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5PAxK7X049619; Wed, 25 Jun 2014 10:59:20 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5PAxKsS049618; Wed, 25 Jun 2014 10:59:20 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201406251059.s5PAxKsS049618@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 25 Jun 2014 10:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359218 - head/graphics/fotofix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 10:59:20 -0000 Author: ehaupt Date: Wed Jun 25 10:59:20 2014 New Revision: 359218 URL: http://svnweb.freebsd.org/changeset/ports/359218 QAT: https://qat.redports.org/buildarchive/r359218/ Log: - Stage - Use shebangfix - Use tar:bzip2 Modified: head/graphics/fotofix/Makefile Modified: head/graphics/fotofix/Makefile ============================================================================== --- head/graphics/fotofix/Makefile Wed Jun 25 10:58:24 2014 (r359217) +++ head/graphics/fotofix/Makefile Wed Jun 25 10:59:20 2014 (r359218) @@ -14,14 +14,14 @@ COMMENT= Simple image viewer RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \ IPA>=1.03:${PORTSDIR}/graphics/IPA -USE_BZIP2= yes -USES= perl5 +USES= perl5 shebangfix tar:bzip2 USE_PERL5= run NO_BUILD= yes + +SHEBANG_FILES= fotofix PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include