freebsd-ports/science/grib_api/files/patch-Makefile.in
Sunpoet Po-Chuan Hsieh d5a68cc00b - Add grib_api 1.12.3
The ECMWF GRIB API is an application program interface accessible from C,
FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB
edition 1 and edition 2 messages. A useful set of command line tools is also
provided to give quick access to GRIB messages.

WWW: https://software.ecmwf.int/wiki/display/GRIB/Home
2014-08-29 17:31:42 +00:00

11 lines
518 B
Text

--- Makefile.in.orig 2014-07-07 19:30:11.000000000 +0800
+++ Makefile.in 2014-08-26 23:53:36.193299212 +0800
@@ -750,7 +750,7 @@
-rm -f libtool config.lt
install-pkgconfigDATA: $(pkgconfig_DATA)
@$(NORMAL_INSTALL)
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
+ test -z "$(DESTDIR)$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \