| 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/sysutils/nvclock/files/ |
Upload File : |
--- src/Makefile.in.orig 2010-09-08 12:09:22.000000000 +0800
+++ src/Makefile.in 2010-09-07 22:23:40.000000000 +0800
@@ -9,8 +9,8 @@
libnvcontrol=./nvcontrol/libnvcontrol.a
prefix=$(DESTDIR)@prefix@
-exec_prefix=$(DESTDIR)@exec_prefix@
-bindir=$(DESTDIR)@bindir@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
ifeq ($(HAVE_NVCONTROL), yes)
DEPS=$(libbackend) $(libnvcontrol)
@@ -27,7 +27,7 @@
distclean install install-app install-recursive
-all: all-recursive nvclock smartdimmer
+all: nvclock smartdimmer
nvclock: $(DEPS) $(LIB) nvclock.c
@@ -36,6 +36,8 @@
smartdimmer: $(DEPS) $(LIB) smartdimmer.c
$(CC) -o smartdimmer $(smartdimmer_SOURCES) $(INCLUDES) $(LIBS)
+$(DEPS): all-recursive
+
clean: clean-recursive clean-app
clean-app:
@@ -50,8 +52,8 @@
install: install-recursive install-app
install-app:
mkdir -p $(bindir)
- $(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock
- $(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer
+ $(INSTALL) -c nvclock $(bindir)/nvclock
+ $(INSTALL) -c smartdimmer $(bindir)/smartdimmer
uninstall: uninstall-recursive uninstall-app