diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 18:54:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 18:54:05 +0000 |
commit | 3e9b18f2c6be6c72a999afee430f353e7e8f31be (patch) | |
tree | 4c23559dd1f08cbc2dc52345212b5488f71e08f1 /editors/uzap | |
parent | 480cac96e7044f5b3404316d956dfd7b98bfb8d0 (diff) | |
download | ports-3e9b18f2c6be6c72a999afee430f353e7e8f31be.tar.gz ports-3e9b18f2c6be6c72a999afee430f353e7e8f31be.zip |
Notes
Diffstat (limited to 'editors/uzap')
-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 |