diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-05 08:11:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-05 08:11:47 +0000 |
commit | f66c8799911d4849bee40daab7b31b73d95f7164 (patch) | |
tree | b6e10cd02a6c7d4c1e24b1635d6fb84f1f64fa38 /science | |
parent | aa74a0a78547f3dadfe13cd473e189d878c1782c (diff) | |
download | FreeBSD-ports-f66c8799911d4849bee40daab7b31b73d95f7164.zip FreeBSD-ports-f66c8799911d4849bee40daab7b31b73d95f7164.tar.gz |
forgot to add the patches.
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 0000000..c3e5d4a --- /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 0000000..ca52470 --- /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)) + |