svn commit: r342262 - in head: misc/gnomehier sysutils/gnome_subr

Martin Wilke miwi.fbsd at gmail.com
Sun Feb 2 10:19:51 UTC 2014


Thank you :-)

On Feb 2, 2014, at 6:14 PM, Koop Mast <kwm at FreeBSD.org> wrote:

> Author: kwm
> Date: Sun Feb  2 10:14:08 2014
> New Revision: 342262
> URL: http://svnweb.freebsd.org/changeset/ports/342262
> QAT: https://qat.redports.org/buildarchive/r342262/
> 
> Log:
>  Stagify.
> 
> Modified:
>  head/misc/gnomehier/Makefile
>  head/sysutils/gnome_subr/Makefile
> 
> Modified: head/misc/gnomehier/Makefile
> ==============================================================================
> --- head/misc/gnomehier/Makefile	Sun Feb  2 10:11:12 2014	(r342261)
> +++ head/misc/gnomehier/Makefile	Sun Feb  2 10:14:08 2014	(r342262)
> @@ -18,10 +18,6 @@ PKGINSTALL=	${WRKDIR}/pkg-install
> GNOME_MTREE=	BSD.gnome.dist
> GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|}
> 
> -NO_STAGE=	yes
> -do-fetch:
> -	@${DO_NADA}
> -
> pre-install:
> 	@${CP} -f ${FILESDIR}/dirlist ${WRKDIR}
> 	@${RM} -f ${PLIST} ${WRKDIR}/${GNOME_MTREE}
> @@ -46,10 +42,8 @@ pre-su-install:
> 			> ${WRKDIR}/${GNOME_MTREE}
> 
> do-install:
> -	${MKDIR} ${PREFIX}/etc/mtree
> -	${INSTALL_DATA} ${WRKDIR}/${GNOME_MTREE} ${PREFIX}/etc/mtree
> -
> -post-install:
> -	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
> +	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}
> +	${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree
> +	${INSTALL_DATA} ${WRKDIR}/${GNOME_MTREE} ${STAGEDIR}${PREFIX}/etc/mtree
> 
> .include <bsd.port.mk>
> 
> Modified: head/sysutils/gnome_subr/Makefile
> ==============================================================================
> --- head/sysutils/gnome_subr/Makefile	Sun Feb  2 10:11:12 2014	(r342261)
> +++ head/sysutils/gnome_subr/Makefile	Sun Feb  2 10:14:08 2014	(r342262)
> @@ -12,8 +12,7 @@ COMMENT=	Common startup and shutdown sub
> NO_BUILD=	yes
> PLIST_FILES=	etc/gnome.subr
> 
> -NO_STAGE=	yes
> do-install:
> -	${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc
> +	${INSTALL_DATA} ${FILESDIR}/gnome.subr ${STAGEDIR}${PREFIX}/etc
> 
> .include <bsd.port.mk>

+-----------------oOO--(_)--OOo-------------------------+
With best Regards,
       Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest



More information about the svn-ports-all mailing list