Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 10:59:20 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359218 - head/graphics/fotofix
Message-ID:  <201406251059.s5PAxKsS049618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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