svn commit: r340322 - head/devel/bmkdep

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 19 16:36:36 UTC 2014


On Sun, Jan 19, 2014 at 04:26:45PM +0000, Mikolaj Golub wrote:
> Author: trociny
> Date: Sun Jan 19 16:26:44 2014
> New Revision: 340322
> URL: http://svnweb.freebsd.org/changeset/ports/340322
> QAT: https://qat.redports.org/buildarchive/r340322/
> 
> Log:
>   Fix packaging as an unprivileged user.
> 
> Modified:
>   head/devel/bmkdep/Makefile
> 
> Modified: head/devel/bmkdep/Makefile
> ==============================================================================
> --- head/devel/bmkdep/Makefile	Sun Jan 19 16:26:19 2014	(r340321)
> +++ head/devel/bmkdep/Makefile	Sun Jan 19 16:26:44 2014	(r340322)
> @@ -13,4 +13,8 @@ MAKE_ENV=	PKGDIR="${PKGDIR}" NO_OBJ=YES
>  
>  PLIST_FILES=	bin/bmkdep man/man1/bmkdep.1.gz
>  
> +do-install:
> +	${INSTALL_PROGRAM} ${WRKSRC}/bmkdep ${STAGEDIR}${PREFIX}/bin
> +	${INSTALL_MAN} ${WRKSRC}/bmkdep.1 ${STAGEDIR}${PREFIX}/man/man1
> +

USES=uidfix is not enough?
regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140119/39b200ee/attachment.sig>


More information about the svn-ports-all mailing list