svn commit: r343552 - head/multimedia/umr

Baptiste Daroussin bapt at FreeBSD.org
Sun Feb 9 23:03:11 UTC 2014


Author: bapt
Date: Sun Feb  9 23:03:10 2014
New Revision: 343552
URL: http://svnweb.freebsd.org/changeset/ports/343552
QAT: https://qat.redports.org/buildarchive/r343552/

Log:
  Support stage

Modified:
  head/multimedia/umr/Makefile

Modified: head/multimedia/umr/Makefile
==============================================================================
--- head/multimedia/umr/Makefile	Sun Feb  9 22:33:52 2014	(r343551)
+++ head/multimedia/umr/Makefile	Sun Feb  9 23:03:10 2014	(r343552)
@@ -12,8 +12,7 @@ COMMENT=	Unreal Media Ripper
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list