svn commit: r413024 - head/security/sslsplit/files

Mathieu Arnold mat at FreeBSD.org
Mon Apr 11 12:33:49 UTC 2016


Author: mat
Date: Mon Apr 11 12:33:47 2016
New Revision: 413024
URL: https://svnweb.freebsd.org/changeset/ports/413024

Log:
  Fix buil as a user.
  
  Sponsored by:	Absolight

Added:
  head/security/sslsplit/files/
  head/security/sslsplit/files/patch-GNUmakefile   (contents, props changed)

Added: head/security/sslsplit/files/patch-GNUmakefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/sslsplit/files/patch-GNUmakefile	Mon Apr 11 12:33:47 2016	(r413024)
@@ -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:


More information about the svn-ports-all mailing list