svn commit: r341298 - head/multimedia/cuse4bsd-kmod

René Ladan rene at freebsd.org
Sun Jan 26 22:39:49 UTC 2014


On 01/26/2014 23:37, Rene Ladan wrote:
> Author: rene
> Date: Sun Jan 26 22:37:25 2014
> New Revision: 341298
> URL: http://svnweb.freebsd.org/changeset/ports/341298
> QAT: https://qat.redports.org/buildarchive/r341298/
> 
> Log:
>   Support stage.
> 
Oops, forgot:
Approved by:	portmgr (infrastructure blanket)

> Modified:
>   head/multimedia/cuse4bsd-kmod/Makefile
> 
> Modified: head/multimedia/cuse4bsd-kmod/Makefile
> ==============================================================================
> --- head/multimedia/cuse4bsd-kmod/Makefile	Sun Jan 26 22:25:15 2014	(r341297)
> +++ head/multimedia/cuse4bsd-kmod/Makefile	Sun Jan 26 22:37:25 2014	(r341298)
> @@ -27,9 +27,7 @@ PLIST_SUB=	KMODNAME="${KMODNAME}" \
>  
>  OPTIONS_DEFINE=	DEBUG
>  
> -NO_STAGE=	yes
> -
> -USES=		kmod
> +USES=		kmod uidfix
>  .include <bsd.port.options.mk>
>  
>  MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
> @@ -39,7 +37,7 @@ MAKE_ARGS+=" HAVE_DEBUG=YES"
>  .endif
>  
>  do-install:
> -	${MAKE} -C ${WRKSRC} -f ${WRKSRC}/Makefile.lib ${PLIST_SUB} install
> -	${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${KMODDIR}
> +	${SETENV} ${MAKE_ENV} DESTDIR="${STAGEDIR}" ${MAKE} -C ${WRKSRC} -f ${WRKSRC}/Makefile.lib ${PLIST_SUB} install
> +	${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
>  
>  .include <bsd.port.mk>
> 



More information about the svn-ports-all mailing list