Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 21:17:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367606 - head/sysutils/no-login/files
Message-ID:  <201409072117.s87LHB9N012374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  7 21:17:11 2014
New Revision: 367606
URL: http://svnweb.freebsd.org/changeset/ports/367606
QAT: https://qat.redports.org/buildarchive/r367606/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/no-login/files/patch-Makefile

Modified: head/sysutils/no-login/files/patch-Makefile
==============================================================================
--- head/sysutils/no-login/files/patch-Makefile	Sun Sep  7 20:26:55 2014	(r367605)
+++ head/sysutils/no-login/files/patch-Makefile	Sun Sep  7 21:17:11 2014	(r367606)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409072117.s87LHB9N012374>