aboutsummaryrefslogtreecommitdiff
path: root/science/openbabel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-05 08:11:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-05 08:11:47 +0000
commit1eba157c757f7e981431e5fbe5291a2e19421398 (patch)
treeec9f45f60050e8eaa46710bd7395b3584f95bc3e /science/openbabel
parent5f8683043a8828e158da35db53f2607e7aaa7830 (diff)
downloadports-1eba157c757f7e981431e5fbe5291a2e19421398.tar.gz
ports-1eba157c757f7e981431e5fbe5291a2e19421398.zip
forgot to add the patches.
Notes
Notes: svn path=/head/; revision=78281
Diffstat (limited to 'science/openbabel')
-rw-r--r--science/openbabel/files/patch-Makefile.in11
-rw-r--r--science/openbabel/files/patch-src::Makefile.in11
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))
+