| 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/astro/astrometry/files/ |
Upload File : |
--- sdss/Makefile.orig 2021-03-22 15:27:41 UTC +++ sdss/Makefile @@ -25,15 +25,15 @@ _cutils$(PYTHON_SO_EXT) cutils.py: cutils.i INSTALL_PY := __init__.py common.py cutout.py dr7.py dr8.py runList-dr8.par \ dr9.py fields.py cutout.py runList-dr9.par dr10.py runList-dr10.par \ - sdss_das.py sdss_name.py yanny.py casjobs.py + sdss_das.py sdss_name.py yanny.py casjobs.py cutils.py -INSTALL_LIB := cutils.py _cutils$(PYTHON_SO_EXT) +INSTALL_LIB := _cutils$(PYTHON_SO_EXT) install-lib: $(MKDIR) '$(MY_DIR)' @for x in $(INSTALL_LIB); do \ - echo $(CP) $$x '$(MY_DIR)'; \ - $(CP) $$x '$(MY_DIR)'; \ + echo $(BSD_INSTALL_LIB) $$x '$(MY_DIR)'; \ + $(BSD_INSTALL_LIB) $$x '$(MY_DIR)'; \ done .PHONY: install-lib