svn commit: r359218 - head/graphics/fotofix

Emanuel Haupt ehaupt at FreeBSD.org
Wed Jun 25 10:59:20 UTC 2014


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>


More information about the svn-ports-all mailing list