Date: Mon, 8 Sep 2014 18:54:05 +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: r367670 - head/editors/uzap/files Message-ID: <201409081854.s88Is5u4030113@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081854.s88Is5u4030113>