diff options
-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 |