Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 05:23:11 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355121 - head/www/get_flash_videos
Message-ID:  <201405250523.s4P5NBeE033666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun May 25 05:23:11 2014
New Revision: 355121
URL: http://svnweb.freebsd.org/changeset/ports/355121
QAT: https://qat.redports.org/buildarchive/r355121/

Log:
  - Stage support
  
  PR:		190117

Modified:
  head/www/get_flash_videos/Makefile

Modified: head/www/get_flash_videos/Makefile
==============================================================================
--- head/www/get_flash_videos/Makefile	Sun May 25 05:22:44 2014	(r355120)
+++ head/www/get_flash_videos/Makefile	Sun May 25 05:23:11 2014	(r355121)
@@ -33,7 +33,6 @@ DISTFILE_DATE=	20120610
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
@@ -43,6 +42,6 @@ post-patch:
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
-		${PREFIX}/bin/${PORTNAME}
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>



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