svn commit: r367360 - head/sysutils/rename/files

Antoine Brodin antoine at FreeBSD.org
Fri Sep 5 16:53:31 UTC 2014


Author: antoine
Date: Fri Sep  5 16:53:30 2014
New Revision: 367360
URL: http://svnweb.freebsd.org/changeset/ports/367360
QAT: https://qat.redports.org/buildarchive/r367360/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/rename/files/patch-Makefile.in

Modified: head/sysutils/rename/files/patch-Makefile.in
==============================================================================
--- head/sysutils/rename/files/patch-Makefile.in	Fri Sep  5 16:51:24 2014	(r367359)
+++ head/sysutils/rename/files/patch-Makefile.in	Fri Sep  5 16:53:30 2014	(r367360)
@@ -25,8 +25,8 @@
 -	install -o root -g wheel -m 0755 -s rename $(BINDIR)
 -	install -o root -g wheel -m 0644 rename.1 $(MANDIR)
 -	
-+	install -o root -g wheel -m 0755 -s rename $(DESTDIR)$(BINDIR)
-+	install -o root -g wheel -m 0644 rename.1 $(DESTDIR)$(MANDIR)
++	$(BSD_INSTALL_PROGRAM) rename $(DESTDIR)$(BINDIR)
++	$(BSD_INSTALL_MAN) rename.1 $(DESTDIR)$(MANDIR)
 +
  rename.o: rename.c rename.h
  regex.o: regex.c regex.h


More information about the svn-ports-head mailing list