diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 18:54:05 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 18:54:05 +0000 |
commit | 21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0 (patch) | |
tree | 4c23559dd1f08cbc2dc52345212b5488f71e08f1 | |
parent | 42842e14ac60f5c4d555b677fdd07ec8d3c42571 (diff) | |
download | FreeBSD-ports-21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0.zip FreeBSD-ports-21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0.tar.gz |
Allow staging as a regular user
-rw-r--r-- | editors/uzap/files/patch-a | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uzap/files/patch-a b/editors/uzap/files/patch-a index 3bdf7ad..67701b5 100644 --- a/editors/uzap/files/patch-a +++ b/editors/uzap/files/patch-a @@ -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 |