403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/security/sslscan/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/security/sslscan/files/patch-Makefile
--- Makefile.orig	2018-06-15 17:47:17 UTC
+++ Makefile
@@ -1,6 +1,6 @@
 # set gcc as default if CC is not set
 
-GIT_VERSION = $(shell git describe --tags --always --dirty=-wip)
+#GIT_VERSION = $(shell git describe --tags --always --dirty=-wip)
 
 # Ugly hack to get version if git isn't installed
 ifeq ($(GIT_VERSION),)
@@ -25,7 +25,7 @@ endif
 
 SRCS      = sslscan.c
 BINDIR    = $(PREFIX)/bin
-MANDIR    = $(PREFIX)/share/man
+MANDIR    = $(PREFIX)/man
 MAN1DIR   = $(MANDIR)/man1
 
 WARNINGS  = -Wall -Wformat=2 -Wformat-security
@@ -101,6 +101,9 @@ ifeq ($(OS), Darwin)
 	install sslscan $(DESTDIR)$(BINDIR)/sslscan;
 	install -d $(DESTDIR)$(MAN1DIR)/;
 	install sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1;
+else ifeq ($(OS), FreeBSD)
+	install -s -m 755 sslscan $(DESTDIR)$(BINDIR)
+	install -m 644 sslscan.1 $(DESTDIR)$(MAN1DIR)
 else
 	install -D sslscan $(DESTDIR)$(BINDIR)/sslscan;
 	install -D sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1;

Youez - 2016 - github.com/yon3zu
LinuXploit