svn commit: r355722 - head/graphics/import-pictures

Carlo Strub cs at FreeBSD.org
Thu May 29 18:40:25 UTC 2014


Author: cs
Date: Thu May 29 18:40:25 2014
New Revision: 355722
URL: http://svnweb.freebsd.org/changeset/ports/355722
QAT: https://qat.redports.org/buildarchive/r355722/

Log:
  Staging
  
  PR:		ports/190075
  Submitted by:	freebsd at nagilum.org (maintainer)

Modified:
  head/graphics/import-pictures/Makefile

Modified: head/graphics/import-pictures/Makefile
==============================================================================
--- head/graphics/import-pictures/Makefile	Thu May 29 18:35:19 2014	(r355721)
+++ head/graphics/import-pictures/Makefile	Thu May 29 18:40:25 2014	(r355722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	import-pictures
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.nagilum.org/unix/
 
@@ -15,27 +16,26 @@ RUN_DEPENDS=	p5-Image-ExifTool>=0:${PORT
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 		p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
 
-USE_BZIP2=	yes
-USES=		gmake perl5
-
-PLIST_FILES=	bin/${PORTNAME}
+USES=		gmake perl5 shebangfix tar:bzip2
 
 MAN1=		${PORTNAME}.1
 
-PORTDOCS=	import-pictures.html
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
+PORTDOCS=	import-pictures.html
 
+SHEBANG_FILES=	${WRKSRC}/${PORTNAME}
+SHEBANG_LANG=	perl
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list