Skip to content

Commit

Permalink
FIX: makewhatis path
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 18, 2019
1 parent dd7e05b commit e02fe2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

realinstall:
cp ${DAEMON_NAME}.8 ${MANDIR}${DAEMON_NAME}.8
makewhatis ${LOCALBASE}${MANDIR}
makewhatis ${MANDIR}

clean:
rm ${MANDIR}${DAEMON_NAME}.8
makewhatis ${LOCALBASE}${MANDIR}
makewhatis ${MANDIR}

.include <bsd.man.mk>
.include <bsd.subdir.mk>

0 comments on commit e02fe2c

Please sign in to comment.