Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 10:36:06 +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: r346187 - head/multimedia/subtitleoffsetmodifier
Message-ID:  <201402261036.s1QAa6Cm052161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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