Remove private beforeinstall: target that incorrectly attempted to make
the /usr/share/man/man8 directory no matter what DESTDIR was set to.
This commit is contained in:
parent
3271ad14d8
commit
52834df1e7
@ -1,8 +1,4 @@
|
||||
PROG= ispcvt
|
||||
MAN8= ispcvt.${MAN8EXT}
|
||||
|
||||
beforeinstall:
|
||||
@if [ ! -d $(MANDIR)8 ] ; then \
|
||||
echo making $(MANDIR)8; mkdir $(MANDIR)8; fi
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user