diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-02-22 00:24:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-02-22 00:24:36 +0000 |
commit | 59fdc91d520d48ec6680f4926727637490594354 (patch) | |
tree | 30a62cedad8910576fc9f090744938b8b374b996 /Makefile | |
parent | 0493089863d73726d0802ec73f87f63f9b67e299 (diff) |
run makewhatis -v
(needs -current !)
okay miod@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2010/09/04 10:41:57 matthieu Exp $ +# $OpenBSD: Makefile,v 1.40 2011/02/22 00:24:35 espie Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -46,7 +46,7 @@ afterinstall: ${MAKE} install-mk ${MAKE} fix-appd ${MAKE} font-cache - /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man + /usr/libexec/makewhatis -v ${DESTDIR}/usr/X11R6/man realinstall: _SUBDIRUSE |