aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/no-login/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/no-login/files/patch-Makefile b/sysutils/no-login/files/patch-Makefile
index e68cdb62bc7f..007efe0754f0 100644
--- a/sysutils/no-login/files/patch-Makefile
+++ b/sysutils/no-login/files/patch-Makefile
@@ -6,7 +6,7 @@
install:
- install -c -o root -g bin -m 755 nologin $(PREFIX)/bin
- install -c -o root -g wheel -m 444 nologin.8 $(PREFIX)/man/man8
-+ install -c -o root -g bin -m 755 nologin $(DESTDIR)$(PREFIX)/bin
-+ install -c -o root -g wheel -m 444 nologin.8 $(DESTDIR)$(PREFIX)/man/man8
++ $(BSD_INSTALL_PROGRAM) nologin $(DESTDIR)$(PREFIX)/bin
++ $(BSD_INSTALL_MAN) nologin.8 $(DESTDIR)$(PREFIX)/man/man8
clean:
-rm -f *.o *~ nologin