diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-30 23:22:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-30 23:22:16 +0000 |
commit | e2eb2d479018971815aada0d04a9efd8c1a0cbad (patch) | |
tree | 6c69420a91935340234152e4e56a15a191a377b1 /Makefile | |
parent | b47cdecaf219bcde435d6220748109a87e10dafb (diff) |
Fix the install target: one typo and one thinko, probably caused by
committing while tired.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/11/30 17:12:58 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2006/11/30 23:22:15 matthieu Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -30,7 +30,7 @@ beforeinstall: ${MAKE} distrib-dirs ${MAKE} includes -install: instal-distrib +afterinstall: install-distrib /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man install-distrib: |