summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 21:17:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 21:17:11 +0000
commit68dc0d9a9cb743a8a707383631078cbe37c69b42 (patch)
tree782cee0af6b05772e1098881a00a3fb08193997b
parent6dd9e14ff6d788e646f2f55a3bec0ebb880de4b4 (diff)
downloadfreebsd-ports-68dc0d9a9cb743a8a707383631078cbe37c69b42.zip
Allow staging as a regular user
-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