Index: head/security/sslsplit/files/patch-GNUmakefile =================================================================== --- head/security/sslsplit/files/patch-GNUmakefile (nonexistent) +++ head/security/sslsplit/files/patch-GNUmakefile (revision 413024) @@ -0,0 +1,14 @@ +--- GNUmakefile.orig 2016-03-27 13:46:35 UTC ++++ GNUmakefile +@@ -418,9 +418,9 @@ install: $(TARGET) + test -d $(DESTDIR)$(PREFIX)/bin || $(MKDIR) -p $(DESTDIR)$(PREFIX)/bin + test -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man1 || \ + $(MKDIR) -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1 +- $(INSTALL) -o $(BINUID) -g $(BINGID) -m $(BINMODE) \ ++ $(INSTALL) -m $(BINMODE) \ + $(TARGET) $(DESTDIR)$(PREFIX)/bin/ +- $(INSTALL) -o $(MANUID) -g $(MANGID) -m $(MANMODE) \ ++ $(INSTALL) -m $(MANMODE) \ + $(TARGET).1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/ + + deinstall: Property changes on: head/security/sslsplit/files/patch-GNUmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property