Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 07:38:02 +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: r346132 - head/multimedia/xporthdmv
Message-ID:  <201402260738.s1Q7c2vI077055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 26 07:38:02 2014
New Revision: 346132
URL: http://svnweb.freebsd.org/changeset/ports/346132
QAT: https://qat.redports.org/buildarchive/r346132/

Log:
  - Stage support

Modified:
  head/multimedia/xporthdmv/Makefile

Modified: head/multimedia/xporthdmv/Makefile
==============================================================================
--- head/multimedia/xporthdmv/Makefile	Wed Feb 26 07:24:08 2014	(r346131)
+++ head/multimedia/xporthdmv/Makefile	Wed Feb 26 07:38:02 2014	(r346132)
@@ -14,13 +14,12 @@ USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 PLIST_FILES=    bin/xporthdmv
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} \
 	&& ${CC} ${CFLAGS} xport.c -o xporthdmv
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.pre.mk>
 .include <bsd.port.post.mk>



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