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/ipguard/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/security/ipguard/files/patch-Makefile
--- Makefile.orig	2010-07-12 03:46:36 UTC
+++ Makefile
@@ -10,8 +10,8 @@ PREFIX?=/usr/local
 ETHERS?=/etc/ethers
 
 ## FreeBSD
-LOCALBASE=/usr/local
-LIBNET_CONFIG=libnet11-config
+LOCALBASE?=/usr/local
+LIBNET_CONFIG=libnet-config
 
 ## OpenBSD (tested by irix)
 # LOCALBASE=/usr/local
@@ -26,7 +26,7 @@ LIBS=`${LIBNET_CONFIG} --libs` -lpcap -L
 DEFINES=`${LIBNET_CONFIG} --defines`
 
 STATIC=
-CC=gcc
+CC?=gcc
 
 CFLAGS+=-g -Wall -DETHERS='"$(ETHERS)"'
 
@@ -58,10 +58,10 @@ cleanall: clean
 	@rm -f $(NAME)
 
 install: all
-	mkdir -p -m 755 $(PREFIX)/sbin
-	install -s -m 755 $(NAME) $(PREFIX)/sbin/$(NAME)
-	mkdir -p -m 755 $(PREFIX)/man/man8
-	install -m 644 doc/$(NAME).8 $(PREFIX)/man/man8/$(NAME).8
+	mkdir -p -m 755 ${DESTDIR}$(PREFIX)/sbin
+	install -s -m 755 $(NAME) ${DESTDIR}$(PREFIX)/sbin/$(NAME)
+	mkdir -p -m 755 ${DESTDIR}$(PREFIX)/man/man8
+	install -m 644 doc/$(NAME).8 ${DESTDIR}$(PREFIX)/man/man8/$(NAME).8
 
 uninstall: deinstall
 

Youez - 2016 - github.com/yon3zu
LinuXploit