aboutsummaryrefslogtreecommitdiff
path: root/astro/wcslib/files
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-09-21 18:19:51 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-09-21 18:21:13 +0000
commit3ee07bfd8d740c974302a363db0b634d58da774b (patch)
tree6a529e054a1c32bc9839dfa45d3698f796331bea /astro/wcslib/files
parent8056f8874752f8cd2505ec94fa316d00306a10fe (diff)
downloadports-3ee07bfd8d740c974302a363db0b634d58da774b.tar.gz
ports-3ee07bfd8d740c974302a363db0b634d58da774b.zip
astro/wcslib: Update to 7.7
Drop maintainership.
Diffstat (limited to 'astro/wcslib/files')
-rw-r--r--astro/wcslib/files/patch-GNUmakefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/astro/wcslib/files/patch-GNUmakefile b/astro/wcslib/files/patch-GNUmakefile
index 5f9edbf17df0..cdbfea8d462d 100644
--- a/astro/wcslib/files/patch-GNUmakefile
+++ b/astro/wcslib/files/patch-GNUmakefile
@@ -1,8 +1,16 @@
---- GNUmakefile.orig 2017-10-17 22:17:55 UTC
+--- GNUmakefile.orig 2021-09-21 09:42:55 UTC
+++ GNUmakefile
-@@ -81,26 +81,14 @@ install :
+@@ -83,27 +83,15 @@ install :
+ @ for DIR in $(INSTDIR) ; do \
$(MAKE) -k -C $$DIR $@ ; \
done
+- if [ ! -d "$(LIBDIR)/pkgconfig" ] ; then \
+- $(INSTALL) -d -m 775 $(LIBDIR)/pkgconfig ; \
++ 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
$(INSTALL) -m 444 wcsconfig.h wcsconfig_f77.h $(INCDIR)
- - if [ ! -d "$(DOCDIR)" ] ; then \
- $(INSTALL) -d -m 775 $(DOCDIR) ; \
@@ -14,19 +22,12 @@
fi
- - if [ ! -d "$(PDFDIR)" ] ; then \
- $(INSTALL) -d -m 775 $(PDFDIR) ; \
-+ if [ ! -d "%%PKGDIR%%/pkgconfig" ] ; then \
-+ $(INSTALL) -d -m 775 "%%PKGDIR%%/pkgconfig" ; \
- fi
+- 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
-- $(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 \
+ uninstall :
+ @ for DIR in $(INSTDIR) ; do \