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/misc/countrycodes/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/countrycodes/files/patch-Makefile
--- Makefile.orig	2017-02-26 15:02:56 UTC
+++ Makefile
@@ -9,7 +9,7 @@
 prefix ?= /usr/local
 bindir ?= ${prefix}/bin
 
-mandir ?= ${prefix}/man/man1
+mandir ?= ${MANPREFIX}/man/man1
 
 # For system that doesn't support mkdir -p.
 # If you have Linux, don't bother.
@@ -23,13 +23,13 @@ BINMODE=755
 LOGDIRMODE=700
 
 # Compiler to use
-CC=gcc
+CC?=gcc
 
 # Compiler warnings
-WARNINGS= -pedantic -Wall
+#WARNINGS= -pedantic -Wall
 
 # Compiler flags
-CCOPTS = -O2 -fomit-frame-pointer
+CCOPTS = ${CFLAGS}
 
 # The makefile standards document I read says that I have to put it here...
 SHELL = /bin/sh
@@ -66,11 +66,11 @@ clean:
 strip:
 	strip $(PROGRAM)
 
-install:
-	$(MKDIRECTORY) $(DESTDIR)/${bindir} $(DESTDIR)/${mandir}/man1
+install: strip
+	$(MKDIRECTORY) $(DESTDIR)/${bindir} $(DESTDIR)/${mandir}
 	$(INSTALL) -m $(BINMODE) $(PROGRAM) $(DESTDIR)/${bindir}
 	@echo "Installing man page..."
-	$(INSTALL) -m 644 iso3166.1 $(DESTDIR)/${mandir}/man1
+	$(INSTALL) -m 644 iso3166.1 $(DESTDIR)/${mandir}
 
 update-man:
 	@$(SEDBIN) $(SEDCMDS) iso3166.1.in > iso3166.1

Youez - 2016 - github.com/yon3zu
LinuXploit