| version 1.83, 1999/02/09 19:52:50 |
version 1.84, 1999/02/11 14:49:49 |
|
|
| whatis.db: |
whatis.db: |
| (cd ${.CURDIR}/share/man && ${MAKE} makedb) |
(cd ${.CURDIR}/share/man && ${MAKE} makedb) |
| |
|
| |
# wrt info/dir below: It's safe to move this over top of /usr/share/info/dir, |
| |
# as the build will automatically remove/replace the non-pkg entries there. |
| |
|
| build: beforeinstall |
build: beforeinstall |
| .if !defined(NOSHARE) |
.if !defined(NOSHARE) |
| (cd ${.CURDIR}/share/mk && ${MAKE} install) |
(cd ${.CURDIR}/share/mk && ${MAKE} install) |
| (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install) |
(cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install) |
| |
if [ -f ${DESTDIR}/usr/pkg/info/dir ]; then \ |
| |
${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} \ |
| |
${DESTDIR}/usr/pkg/info/dir ${DESTDIR}/usr/share/info/dir; \ |
| |
rm -f ${DESTDIR}/usr/pkg/info/dir; \ |
| |
ln -s /usr/share/info/dir ${DESTDIR}/usr/pkg/info/dir; \ |
| |
fi |
| .endif |
.endif |
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| ${MAKE} cleandir |
${MAKE} cleandir |
| Line 83 build: beforeinstall |
|
| Line 92 build: beforeinstall |
|
| .if empty(HAVE_GCC28) |
.if empty(HAVE_GCC28) |
| .if defined(DESTDIR) |
.if defined(DESTDIR) |
| @echo "*** CAPUTE!" |
@echo "*** CAPUTE!" |
| @echo " You attempted to compile the world with egcs. You must" |
@echo " You attempted to compile the world without egcs. You must" |
| @echo " first install a native egcs compiler." |
@echo " first install a native egcs compiler." |
| false |
@false |
| .else |
.else |
| (cd ${.CURDIR}/gnu/usr.bin/egcs && \ |
(cd ${.CURDIR}/gnu/usr.bin/egcs && \ |
| ${MAKE} depend && ${MAKE} ${_J} NOMAN= && \ |
${MAKE} depend && ${MAKE} ${_J} NOMAN= && \ |