svn commit: r356963 - head/misc/gone

Joe Marcus Clarke marcus at freebsd.org
Sun Jun 8 00:46:29 UTC 2014


On 6/7/14, 8:37 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sun Jun  8 00:37:38 2014
> New Revision: 356963
> URL: http://svnweb.freebsd.org/changeset/ports/356963
> QAT: https://qat.redports.org/buildarchive/r356963/
>
> Log:
>    Remove useless pre.mk/post.mk dance
>
> Modified:
>    head/misc/gone/Makefile
>
> Modified: head/misc/gone/Makefile
> ==============================================================================
> --- head/misc/gone/Makefile	Sun Jun  8 00:05:49 2014	(r356962)
> +++ head/misc/gone/Makefile	Sun Jun  8 00:37:38 2014	(r356963)
> @@ -16,7 +16,6 @@ OPTIONS_DEFINE=	SETUID
>   SETUID_DESC=	Install gone setuid root for password support
>
>   .include <bsd.port.options.mk>
> -.include <bsd.port.pre.mk>
>
>   #
>   # If you would like to be able to use system passwords for gone
> @@ -33,4 +32,4 @@ do-install:
>   	${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone
>   	${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1
>
> -.include <bsd.port.post.mk>
> +.include <bsd.port.mk>
>
>

Thanks!

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


More information about the svn-ports-head mailing list