diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 02:54:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 02:54:05 +0800 |
commit | 21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0 (patch) | |
tree | 4c23559dd1f08cbc2dc52345212b5488f71e08f1 /editors | |
parent | 42842e14ac60f5c4d555b677fdd07ec8d3c42571 (diff) | |
download | freebsd-ports-gnome-21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0.tar.gz freebsd-ports-gnome-21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0.tar.zst freebsd-ports-gnome-21abccdb3fbaf7b6c7e091ec5c7b779e35cde0c0.zip |
Allow staging as a regular user
Diffstat (limited to 'editors')
-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 3bdf7ad6457f..67701b52ddf0 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 |