mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Switch to DISTVERSION - Move manpage to $PREFIX/share/man - Take maintainership ChangeLog: https://xephem.github.io/XEphem/Site/changes.html
21 lines
468 B
Text
21 lines
468 B
Text
--- Makefile.orig 2024-02-13 14:35:36 UTC
|
|
+++ Makefile
|
|
@@ -201,12 +201,12 @@ libs:
|
|
nroff -man $? > $@
|
|
|
|
libs:
|
|
- cd ../../libastro; make
|
|
- cd ../../libip; make
|
|
- cd ../../libjpegd; make
|
|
- cd ../../liblilxml; make
|
|
- cd ../../libpng; make
|
|
- cd ../../libz; make
|
|
+ cd ../../libastro; $(MAKE)
|
|
+ cd ../../libip; $(MAKE)
|
|
+ cd ../../libjpegd; $(MAKE)
|
|
+ cd ../../liblilxml; $(MAKE)
|
|
+ cd ../../libpng; $(MAKE)
|
|
+ cd ../../libz; $(MAKE)
|
|
|
|
clean:
|
|
rm -fr *.o ../../lib*/*.[ao]
|