svn commit: r367663 - head/databases/useracc/files

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:27:23 UTC 2014


Author: antoine
Date: Mon Sep  8 18:27:23 2014
New Revision: 367663
URL: http://svnweb.freebsd.org/changeset/ports/367663
QAT: https://qat.redports.org/buildarchive/r367663/

Log:
  Allow staging as a regular user

Modified:
  head/databases/useracc/files/patch-Makefile

Modified: head/databases/useracc/files/patch-Makefile
==============================================================================
--- head/databases/useracc/files/patch-Makefile	Mon Sep  8 18:24:49 2014	(r367662)
+++ head/databases/useracc/files/patch-Makefile	Mon Sep  8 18:27:23 2014	(r367663)
@@ -10,12 +10,12 @@
 -	$(INSTALL) -c -g wheel -m 555 -o root etc/useracc.sh.sample $(PREFIX)/etc/rc.d
 -	$(INSTALL) -d -g wheel -m 755 -o root $(PREFIX)/man/man1
 -	$(INSTALL) -c -g wheel -m 444 -o root man/useracc.1.gz $(PREFIX)/man/man1
-+	$(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/bin
-+	$(INSTALL) -c -g wheel -m 555 -o root -s bin/useracc $(DESTDIR)$(PREFIX)/bin
-+	$(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/etc/rc.d
-+	$(INSTALL) -c -g wheel -m 555 -o root etc/useracc.sh.sample $(DESTDIR)$(PREFIX)/etc/rc.d
-+	$(INSTALL) -d -g wheel -m 755 -o root $(DESTDIR)$(PREFIX)/man/man1
-+	$(INSTALL) -c -g wheel -m 444 -o root man/useracc.1.gz $(DESTDIR)$(PREFIX)/man/man1
++	$(INSTALL) -d -m 755 $(DESTDIR)$(PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) bin/useracc $(DESTDIR)$(PREFIX)/bin
++	$(INSTALL) -d -m 755 $(DESTDIR)$(PREFIX)/etc/rc.d
++	$(BSD_INSTALL_DATA) etc/useracc.sh.sample $(DESTDIR)$(PREFIX)/etc/rc.d
++	$(INSTALL) -d -m 755 $(DESTDIR)$(PREFIX)/man/man1
++	$(BSD_INSTALL_MAN) man/useracc.1.gz $(DESTDIR)$(PREFIX)/man/man1
  
  useracc: useracc.o
  	$(CC) $(CFLAGS) useracc.o $(LDFLAGS) -o $@


More information about the svn-ports-head mailing list