diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 08:11:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 08:11:47 +0000 |
commit | 1eba157c757f7e981431e5fbe5291a2e19421398 (patch) | |
tree | ec9f45f60050e8eaa46710bd7395b3584f95bc3e /science | |
parent | 5f8683043a8828e158da35db53f2607e7aaa7830 (diff) | |
download | ports-1eba157c757f7e981431e5fbe5291a2e19421398.tar.gz ports-1eba157c757f7e981431e5fbe5291a2e19421398.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/openbabel/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | science/openbabel/files/patch-src::Makefile.in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/science/openbabel/files/patch-Makefile.in b/science/openbabel/files/patch-Makefile.in new file mode 100644 index 000000000000..c3e5d4a9b9c4 --- /dev/null +++ b/science/openbabel/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Apr 4 23:51:37 2003 ++++ Makefile.in Fri Apr 4 23:52:01 2003 +@@ -53,7 +53,7 @@ + install: all + (cd src; $(MAKE) $(MFLAGS) install) + $(MKDIRS) $(DESTDIR)$(mandir) +- $(INSTALL) $(top_srcdir)/doc/babel.1 $(DESTDIR)$(mandir) ++ $(INSTALL) $(top_srcdir)/doc/babel.1 $(DESTDIR)$(mandir)/openbabel.1 + + + dist: distclean diff --git a/science/openbabel/files/patch-src::Makefile.in b/science/openbabel/files/patch-src::Makefile.in new file mode 100644 index 000000000000..ca5247072b01 --- /dev/null +++ b/science/openbabel/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Apr 4 23:52:42 2003 ++++ src/Makefile.in Fri Apr 4 23:52:59 2003 +@@ -91,7 +91,7 @@ + + install: $(PROGRAM) + $(MKDIRS) $(DESTDIR)$(bindir) +- $(INSTALL) $(PROGRAM) $(DESTDIR)$(bindir) ++ $(INSTALL) $(PROGRAM) $(DESTDIR)$(bindir)/openbabel + $(MKDIRS) $(DESTDIR)$(pkgdatadir) + (cd $(srcdir); $(INSTALL) -m644 $(DATAFILES) $(DESTDIR)$(pkgdatadir)) + |