aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch')
-rw-r--r--sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch b/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch
deleted file mode 100644
index 855c20748..000000000
--- a/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.am 2009-03-05 21:30:56.000000000 +0100
-+++ Makefile.am.new 2009-03-17 16:43:38.000000000 +0100
-@@ -28,10 +28,20 @@
- -rm -f ./bin/apbs
-
- install-data-local:
-- mkdir -p ${prefix}/share
-- -cp -rf examples ${prefix}/share
-- -cp -rf doc ${prefix}/share
-- -cp -rf tools ${prefix}/share
-+ mkdir -p $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/examples
-+ mkdir -p $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/tools
-+ -rm -f doc/LICENSE.txt
-+ -rm -f tools/manip/*.pyc
-+ -rm -f tools/**/*.o
-+ -rm -f tools/**/Makefile*
-+ -rm -f tools/**/**/*.o
-+ -rm -f tools/**/**/Makefile*
-+ -rm -f tools/Makefile*
-+ -rm -f examples/Makefile*
-+ -rm -f examples/**/Makefile*
-+ -cp -rf doc $(DESTDIR)${prefix}/share/doc/GENTOO_PKG_NAME/html
-+ -cp -rf examples $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/
-+ -cp -rf tools $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/
-
- test:
- cd examples; make test
---- bin/Makefile.am 2009-03-05 21:30:49.000000000 +0100
-+++ bin/Makefile.am.new 2009-03-18 13:04:00.000000000 +0100
-@@ -30,6 +30,6 @@
- include_HEADERS = routines.h
-
- install-data-local:
-- -cp -p ${top_apbsdir}/bin/ApbsClient.py ${prefix}/bin
-- -chmod 755 ${prefix}/bin/ApbsClient.py
-- -rm -f ${prefix}/bin/wsdl2py
-\ No newline at end of file
-+ -cp -p ${top_apbsdir}/bin/ApbsClient.py $(DESTDIR)${prefix}/bin
-+ -chmod 755 $(DESTDIR)${prefix}/bin/ApbsClient.py
-+ -rm -f $(DESTDIR)${prefix}/bin/wsdl2py