diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 23:23:24 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 23:23:24 +0000 |
commit | e7ed419d920286005299e00315c7761ae5a2e143 (patch) | |
tree | ff62e8a83fd0ead7019184d9c9bb96c0b2460099 /science | |
parent | 545083a693a16eadcb43ecc296654b8dd9b97219 (diff) | |
download | ports-e7ed419d920286005299e00315c7761ae5a2e143.tar.gz ports-e7ed419d920286005299e00315c7761ae5a2e143.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/meep/files/patch-Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/science/meep/files/patch-Makefile.in b/science/meep/files/patch-Makefile.in deleted file mode 100644 index 375273bfb20a..000000000000 --- a/science/meep/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2009-08-21 16:34:59.000000000 +0000 -+++ Makefile.in 2011-06-19 22:14:02.000000000 +0000 -@@ -264,6 +264,7 @@ - infodir = @infodir@ - install_sh = @install_sh@ - libdir = @libdir@ -+libdatadir = @libdatadir@ - libexecdir = @libexecdir@ - localedir = @localedir@ - localstatedir = @localstatedir@ -@@ -288,7 +289,7 @@ - ACLOCAL_AMFLAGS = -I m4 - SUBDIRS = src $(LIBCTL) tests examples - EXTRA_DIST = COPYRIGHT m4 meep-pkgconfig.in --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdatadir)/pkgconfig - pkgconfig_DATA = meep@MEEP_SUFFIX@.pc - DISTCLEANFILES = meep@MEEP_SUFFIX@.pc - all: config.h |