svn commit: r367670 - head/editors/uzap/files

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:54:06 UTC 2014


Author: antoine
Date: Mon Sep  8 18:54:05 2014
New Revision: 367670
URL: http://svnweb.freebsd.org/changeset/ports/367670
QAT: https://qat.redports.org/buildarchive/r367670/

Log:
  Allow staging as a regular user

Modified:
  head/editors/uzap/files/patch-a

Modified: head/editors/uzap/files/patch-a
==============================================================================
--- head/editors/uzap/files/patch-a	Mon Sep  8 18:51:16 2014	(r367669)
+++ head/editors/uzap/files/patch-a	Mon Sep  8 18:54:05 2014	(r367670)
@@ -34,8 +34,8 @@
  install: uzap
 -	install -s -m 771 uzap $(BINDIR)
 -	install -c -m 664 uzap.man $(MANDIR)/uzap.$(MSECT)
-+	install -s -m 755 -o bin -g bin uzap $(DESTDIR)$(BINDIR)
-+	install -c -m 644 -o bin -g bin uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT)
++	$(BSD_INSTALL_PROGRAM) uzap $(DESTDIR)$(BINDIR)
++	$(BSD_INSTALL_MAN) uzap.man $(DESTDIR)$(MANDIR)/uzap.$(MSECT)
  
  clean:
 -	rm -f *.o core uzap


More information about the svn-ports-head mailing list