Date: Wed, 24 Jun 2009 02:29:24 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: Alexander Best <alexbestms@math.uni-muenster.de> Cc: freebsd-current@freebsd.org Subject: Re: WITHOUT_GAMES=true and /usr/games Message-ID: <87d48ufs17.fsf@kobe.laptop> In-Reply-To: <permail-200906232321021e86ffa800005cb1-a_best01@message-id.uni-muenster.de> (Alexander Best's message of "Wed, 24 Jun 2009 01:21:02 %2B0200 (CEST)") References: <permail-200906232321021e86ffa800005cb1-a_best01@message-id.uni-muenster.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 24 Jun 2009 01:21:02 +0200 (CEST), Alexander Best <alexbestms@math.uni-muenster.de> wrote:
> sure:
>
> ***************
> *** 265,270 ****
> .if ${MK_SENDMAIL} != "no"
> mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f
> ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
> .endif
> cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
> cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
> cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* .
> --- 268,276 ----
> .if ${MK_SENDMAIL} != "no"
> mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f
> ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
> .endif
> + .if ${MK_GAMES} != "no"
> + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f
> ${.CURDIR}/mtree/BSD.games.dist -p ${DESTDIR}/
> + .endif
> cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
> cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
> cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* .
>
> md5 of src/etc/makefile is 607b7b5c8e5f608abc81211bf379de1a btw.
This seems to be an old (or somehow different) copy of
head/etc/Makefile. Mine is revision 193635 from:
r193635 | edwin | 2009-06-07 16:26:57 +0300 (Sun, 07 Jun 2009) | 16 lines
and its md5 is:
keramida@kobe:/home/keramida/svn/head-etc$ md5 Makefile
MD5 (Makefile) = c215b19264934bbdcd4bd19f285e10fb
Can you check that your head/etc/Makefile is the same as this one?
$ ident head-etc/Makefile
head-etc/Makefile:
$FreeBSD: head/etc/Makefile 193635 2009-06-07 13:26:57Z edwin $
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87d48ufs17.fsf>
