svn commit: r500527 - head/archivers/rar
Mathieu Arnold
mat at FreeBSD.org
Wed May 1 08:59:36 UTC 2019
On Tue, Apr 30, 2019 at 07:07:02PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Tue Apr 30 19:07:01 2019
> New Revision: 500527
> URL: https://svnweb.freebsd.org/changeset/ports/500527
>
> Log:
> Add maintainer section
>
> Modified:
> head/archivers/rar/Makefile
>
> Modified: head/archivers/rar/Makefile
> ==============================================================================
> --- head/archivers/rar/Makefile Tue Apr 30 19:06:14 2019 (r500526)
> +++ head/archivers/rar/Makefile Tue Apr 30 19:07:01 2019 (r500527)
> @@ -30,4 +30,11 @@ do-install:
> ${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${STAGEDIR}${PREFIX}/etc
> ${INSTALL_DATA} ${WRKSRC}/default.sfx ${STAGEDIR}${PREFIX}/lib
>
> +# maintainer section:
> +
> +.if defined(MAINTAINER_MODE)
> +DISTFILES= rarbsd-${PORTVERSION}.tar.gz \
> + rarbsd-x64-${PORTVERSION}.tar.gz
> +.endif
> +
> .include <bsd.port.mk>
You know, instead of poluting the public Makefile, you can simply put
this in a Makefile.local in the same directory, and it will work just as
well.
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190501/5ba8858c/attachment.sig>
More information about the svn-ports-head
mailing list