svn commit: r369455 - head/sysutils/tai64nfrac/files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 28 14:15:05 UTC 2014


Author: antoine
Date: Sun Sep 28 14:15:04 2014
New Revision: 369455
URL: http://svnweb.freebsd.org/changeset/ports/369455
QAT: https://qat.redports.org/buildarchive/r369455/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/tai64nfrac/files/patch-makefile

Modified: head/sysutils/tai64nfrac/files/patch-makefile
==============================================================================
--- head/sysutils/tai64nfrac/files/patch-makefile	Sun Sep 28 14:08:59 2014	(r369454)
+++ head/sysutils/tai64nfrac/files/patch-makefile	Sun Sep 28 14:15:04 2014	(r369455)
@@ -21,8 +21,8 @@
 -	cp tai64nfrac $(bindir)
 -	mkdir -p $(man1dir)
 -	cp tai64nfrac.1 $(man1dir)
-+	install -c -g 0 -o 0 -m 0555 tai64nfrac $(DESTDIR)$(bindir)
-+	install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(DESTDIR)$(mandir)
++	$(BSD_INSTALL_PROGRAM) tai64nfrac $(DESTDIR)$(bindir)
++	$(BSD_INSTALL_MAN) tai64nfrac.1 $(DESTDIR)$(mandir)
  
  clean:
  	rm -f *.o tai64nfrac


More information about the svn-ports-head mailing list