Index: linux_base/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- linux_base/Makefile 18 Nov 2001 05:58:33 -0000 1.56 +++ linux_base/Makefile 23 Dec 2001 08:14:39 -0000 @@ -2,7 +2,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $FreeBSD: ports/emulators/linux_base/Makefile,v 1.56 2001/11/18 05:58:33 marcel Exp $ +# $FreeBSD$ # PORTNAME= linux_base @@ -201,6 +201,7 @@ # Fix unknown uid/gids that come out of the RPMs, to avoid # the quotacheck warning about unknown owners. @${CHOWN} root:wheel ${LINUXBASE}/usr/man/man8/setserial.8 + @${CHGRP} mail ${LINUXBASE}/var/spool/mail @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' Index: linux_base-62/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base-62/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- linux_base-62/Makefile 18 Nov 2001 05:58:33 -0000 1.56 +++ linux_base-62/Makefile 23 Dec 2001 08:13:51 -0000 @@ -2,7 +2,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $FreeBSD: ports/emulators/linux_base-62/Makefile,v 1.56 2001/11/18 05:58:33 marcel Exp $ +# $FreeBSD$ # PORTNAME= linux_base @@ -201,6 +201,7 @@ # Fix unknown uid/gids that come out of the RPMs, to avoid # the quotacheck warning about unknown owners. @${CHOWN} root:wheel ${LINUXBASE}/usr/man/man8/setserial.8 + @${CHGRP} mail ${LINUXBASE}/var/spool/mail @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' Index: linux_base-7/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base-7/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- linux_base-7/Makefile 18 Nov 2001 05:58:33 -0000 1.5 +++ linux_base-7/Makefile 28 Nov 2001 17:18:58 -0000 @@ -2,7 +2,7 @@ # Date created: Oct 3, 2001 # Whom: marcel@FreeBSD.org # -# $FreeBSD: ports/emulators/linux_base-7/Makefile,v 1.5 2001/11/18 05:58:33 marcel Exp $ +# $FreeBSD$ # PORTNAME= linux_base @@ -136,7 +136,7 @@ @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} @for R in ${DISTFILES}; do \ ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ + ${RPM} --force -U ${RPMFLAGS} ${RPMDIR}/$$R; \ done @for F in ${BRAND_FILES}; do \ brandelf -t Linux ${LINUXBASE}/$$F; \