svn commit: r346132 - head/multimedia/xporthdmv

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 07:38:03 UTC 2014


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>


More information about the svn-ports-all mailing list