On Mon, 10 Jun 2002, Masahide -mac- NODA wrote: > In /usr/share/mk/bsd.*.mk, 'beforeinstall' target execute after install > on current. > > You found it to doing below in current: > > % cd /usr/src/share/mk > % make install -n > install -c -o root -g wheel -m 444 bsd.README ... > date '+%Y%m%d' > /var/db/port.mkversion > % > > but, in makefile, > > beforeinstall: > date '+%Y%m%d' > ${DESTDIR}/var/db/port.mkversion > > > beforeinstall target execute after install. > > ### I found it at installing portupgrade from ports. :-)
This bug seems to be mainly in bsd.file.mk. realinstall depends on both installfiles and beforeinstall, but there is no dependency of installfiles on beforeinstall. This can probably be fixed by adding the dependency (in bsd.files.mk). Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message