| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 
 | Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 17 Sep 2014 19:35:06 +0200
Description: The binary JAR files without source are stripped from the
 source tarball so do not try to install these files
--- a/src/Makefile.unx
+++ b/src/Makefile.unx
@@ -225,10 +225,8 @@ put:
 	@echo "Installing PHYLIP v3.6 binaries in $(EXEDIR)"
 	@mkdir -p $(EXEDIR)
 	@cp $(PROGS) $(EXEDIR)
-	@echo "Installing dynamic libraries in $(EXEDIR)"
-	@cp $(DYLIBS) $(EXEDIR)
-	@echo "Installing jar files in $(EXEDIR)"
-	@cp $(JARS) $(EXEDIR)
+	#@cp $(DYLIBS) $(EXEDIR)
+	#@cp $(JARS) $(EXEDIR)
 	@echo "Installing font files in $(DATADIR)"
 	@mkdir -p $(DATADIR)
 	@cp font* $(DATADIR)
 |