svn commit: r346187 - head/multimedia/subtitleoffsetmodifier

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 10:36:07 UTC 2014


Author: ehaupt
Date: Wed Feb 26 10:36:06 2014
New Revision: 346187
URL: http://svnweb.freebsd.org/changeset/ports/346187
QAT: https://qat.redports.org/buildarchive/r346187/

Log:
  Support staging

Modified:
  head/multimedia/subtitleoffsetmodifier/Makefile

Modified: head/multimedia/subtitleoffsetmodifier/Makefile
==============================================================================
--- head/multimedia/subtitleoffsetmodifier/Makefile	Wed Feb 26 10:32:47 2014	(r346186)
+++ head/multimedia/subtitleoffsetmodifier/Makefile	Wed Feb 26 10:36:06 2014	(r346187)
@@ -11,17 +11,19 @@ DISTFILES=	subtitle-offset-modificator.p
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Subtitle offset modificator
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
 NO_BUILD=	yes
+
 PLIST_FILES=	bin/subtitle-offset-modificator
+SHEBANG_FILES=	subtitle-offset-modificator.pl
 
-NO_STAGE=	yes
 do-extract:
-	${MKDIR} ${WRKDIR}
-	${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKDIR}
+	${MKDIR} ${WRKSRC}
+	${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/subtitle-offset-modificator.pl ${PREFIX}/bin/subtitle-offset-modificator
+	${INSTALL_SCRIPT} ${WRKSRC}/subtitle-offset-modificator.pl \
+		${STAGEDIR}${PREFIX}/bin/subtitle-offset-modificator
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list