| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 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/battmond/files/ |
Upload File : |
--- Makefile.orig 2019-09-19 13:32:10 UTC
+++ Makefile
@@ -14,10 +14,10 @@ battmond: battmond.c
${CC} ${CFLAGS} battmond.c -o battmond -lutil
install: battmond
- $(INSTALL) -s battmond ${PREFIX}/sbin/battmond
- $(INSTALL) battmond.sh ${PREFIX}/etc/rc.d/battmond
- $(INSTALL) -c battmond.1 ${PREFIX}/man/man1/battmond.1
- gzip -9f ${PREFIX}/man/man1/battmond.1
+ $(INSTALL) -s battmond $(DESTDIR)${PREFIX}/sbin/battmond
+ $(INSTALL) battmond.sh $(DESTDIR)${PREFIX}/etc/rc.d/battmond
+ $(INSTALL) -c battmond.1 $(DESTDIR)${PREFIX}/man/man1/battmond.1
+ gzip -9f $(DESTDIR)${PREFIX}/man/man1/battmond.1
clean:
rm -f battmond