| version 1.169, 2002/04/27 08:11:53 |
version 1.170, 2002/04/29 12:09:13 |
| Line 105 regression-tests: |
|
| Line 105 regression-tests: |
|
| @(cd ${.CURDIR}/regress && ${MAKE} regress) |
@(cd ${.CURDIR}/regress && ${MAKE} regress) |
| .endif |
.endif |
| |
|
| afterinstall: |
afterinstall: postinstall-check |
| .if ${MKMAN} != "no" |
.if ${MKMAN} != "no" |
| (cd ${.CURDIR}/share/man && ${MAKE} makedb) |
(cd ${.CURDIR}/share/man && ${MAKE} makedb) |
| .endif |
.endif |
| .if defined(UNPRIVED) && (${MKINFO} != "no") |
.if defined(UNPRIVED) && (${MKINFO} != "no") |
| (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) |
(cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) |
| .endif |
.endif |
| |
|
| |
postinstall-check: |
| @echo " === Post installation checks ===" |
@echo " === Post installation checks ===" |
| sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check |
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check |
| @echo " ================================" |
@echo " ================================" |