Date: Thu, 16 Jan 2014 19:48:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339970 - head/audio/linux-genpuid Message-ID: <201401161948.s0GJmVJc067900@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 16 19:48:31 2014 New Revision: 339970 URL: http://svnweb.freebsd.org/changeset/ports/339970 QAT: https://qat.redports.org/buildarchive/r339970/ Log: Stage support Modified: head/audio/linux-genpuid/Makefile Modified: head/audio/linux-genpuid/Makefile ============================================================================== --- head/audio/linux-genpuid/Makefile Thu Jan 16 19:45:01 2014 (r339969) +++ head/audio/linux-genpuid/Makefile Thu Jan 16 19:48:31 2014 (r339970) @@ -15,15 +15,14 @@ COMMENT= Application for generating Musi USE_LINUX= yes NO_BUILD= yes IA32_BINARY_PORT= yes -NO_STAGE= yes PLIST_FILES= bin/genpuid bin/mipcore libexec/mipcore do-install: ${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${PREFIX}/libexec - ${LN} -fhs ${PREFIX}/libexec/mipcore ${PREFIX}/bin/mipcore + ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${STAGEDIR}${PREFIX}/libexec + ${LN} -fhs ${PREFIX}/libexec/mipcore ${STAGEDIR}${PREFIX}/bin/mipcore .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401161948.s0GJmVJc067900>