aboutsummaryrefslogtreecommitdiff
path: root/astro/wcslib/files/patch-GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/wcslib/files/patch-GNUmakefile')
-rw-r--r--astro/wcslib/files/patch-GNUmakefile34
1 files changed, 9 insertions, 25 deletions
diff --git a/astro/wcslib/files/patch-GNUmakefile b/astro/wcslib/files/patch-GNUmakefile
index 5f9edbf17df0..c44e6f8c756e 100644
--- a/astro/wcslib/files/patch-GNUmakefile
+++ b/astro/wcslib/files/patch-GNUmakefile
@@ -1,32 +1,16 @@
---- GNUmakefile.orig 2017-10-17 22:17:55 UTC
+--- GNUmakefile.orig 2023-11-28 12:48:38 UTC
+++ GNUmakefile
-@@ -81,26 +81,14 @@ install :
+@@ -83,10 +83,10 @@ install :
+ @ for DIR in $(INSTDIR) ; do \
$(MAKE) -k -C $$DIR $@ ; \
done
- $(INSTALL) -m 444 wcsconfig.h wcsconfig_f77.h $(INCDIR)
-- - if [ ! -d "$(DOCDIR)" ] ; then \
-- $(INSTALL) -d -m 775 $(DOCDIR) ; \
-- fi
-- $(INSTALL) -m 444 CHANGES COPYING* README $(DOCDIR)
- - if [ -h $(DOCLINK) ] ; then \
- $(RM) $(DOCLINK) ; \
- $(LN_S) $(notdir $(DOCDIR)) $(DOCLINK) ; \
- fi
-- - if [ ! -d "$(PDFDIR)" ] ; then \
-- $(INSTALL) -d -m 775 $(PDFDIR) ; \
-+ if [ ! -d "%%PKGDIR%%/pkgconfig" ] ; then \
-+ $(INSTALL) -d -m 775 "%%PKGDIR%%/pkgconfig" ; \
- fi
-- $(INSTALL) -m 444 wcslib.pdf $(PDFDIR)
-- - if [ ! -d "$(HTMLDIR)/html" ] ; then \
-- $(INSTALL) -d -m 775 $(HTMLDIR)/html ; \
-- fi
-- $(INSTALL) -m 444 html/* $(HTMLDIR)/html
- if [ ! -d "$(LIBDIR)/pkgconfig" ] ; then \
- $(INSTALL) -d -m 775 $(LIBDIR)/pkgconfig ; \
-- fi
++ if [ ! -d "%%PKGDIR%%/pkgconfig" ] ; then \
++ $(INSTALL) -d -m 775 %%PKGDIR%%/pkgconfig ; \
+ fi
- $(INSTALL) -m 444 wcslib.pc $(LIBDIR)/pkgconfig/wcslib.pc
+ $(INSTALL) -m 444 wcslib.pc %%PKGDIR%%/pkgconfig/wcslib.pc
-
- clean cleaner :
- for DIR in $(SUBDIRS) doxygen ; do \
+ $(INSTALL) -m 444 wcsconfig.h wcsconfig_f77.h $(INCDIR)
+ - if [ ! -d "$(DOCDIR)" ] ; then \
+ $(INSTALL) -d -m 775 $(DOCDIR) ; \