fix Makefile.bsd

fixes #495
This commit is contained in:
Thomas Bernard 2020-10-24 15:17:59 +02:00
parent 04e245258e
commit 946f6c19bb
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -152,7 +152,7 @@ install: miniupnpd genuuid
$(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR)
$(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)
$(INSTALL) -d $(DESTDIR)$(INSTALLMANDIR)
$(INSTALL) -m miniupnpd.8 $(DESTDIR)$(INSTALLMANDIR)/man8/miniupnpd.8
$(INSTALL) -m 644 miniupnpd.8 $(DESTDIR)$(INSTALLMANDIR)/man8/miniupnpd.8
# genuuid is using the uuid cli tool available under OpenBSD 4.0 in
# the uuid-1.5.0 package