403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/sysutils/fortunelock/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/fortunelock/files/patch-Makefile
--- Makefile.orig	2000-04-21 05:15:07.000000000 +0800
+++ Makefile	2013-11-09 19:38:12.000000000 +0800
@@ -1,10 +1,10 @@
-CC=gcc
-CFLAGS=-O3
+CC?=gcc
+CFLAGS?=-O3
 #CFLAGS=-O3 -Wall -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -pedantic -ansi
 #CFLAGS=-g -Wall -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -pedantic -ansi
 TARGET=fortunelock
 LIBS=-lncurses
-PREFIXDIR=/usr/local
+PREFIX?=/usr/local
 
 all: $(TARGET)
 
@@ -19,8 +19,8 @@ fortunelock.o: fortunelock.c fortunelock
 
 install: 
 	strip fortunelock
-	install -m 755 fortunelock $(PREFIXDIR)/bin
-	install -m 644 fortunelock.1 $(PREFIXDIR)/man/man1
+	install -c -m 755 fortunelock $(DESTDIR)$(PREFIX)/bin
+	install -c -m 644 fortunelock.1 $(DESTDIR)$(PREFIX)/man/man1
 
 uninstall:
-	rm -rf $(PREFIXDIR)/bin/fortunelock
+	rm -rf $(PREFIX)/bin/fortunelock

Youez - 2016 - github.com/yon3zu
LinuXploit