aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-19 10:23:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-19 10:23:07 +0000
commitbea1cffae376fc4426f868bcb603c098580dfe23 (patch)
tree308b9bc6ea62b364aab9de85fb7067017f007ef9 /biology
parentcc2d7ec28751ad400a8d8fcd48bbb454c165533c (diff)
downloadports-bea1cffae376fc4426f868bcb603c098580dfe23.tar.gz
ports-bea1cffae376fc4426f868bcb603c098580dfe23.zip
Make the psi88 port install into PREFIX instead of a hardcoded
/usr/local. PR: 12215 Submitted by: Nick Hibma <nick.hibma@jrc.it>
Notes
Notes: svn path=/head/; revision=19564
Diffstat (limited to 'biology')
-rw-r--r--biology/psi88/files/patch-aa18
1 files changed, 14 insertions, 4 deletions
diff --git a/biology/psi88/files/patch-aa b/biology/psi88/files/patch-aa
index 0dbcb2dfa792..3c00f318a018 100644
--- a/biology/psi88/files/patch-aa
+++ b/biology/psi88/files/patch-aa
@@ -1,5 +1,5 @@
-*** src/Makefile.orig Sat May 25 04:04:15 1991
---- src/Makefile Thu Nov 12 11:20:18 1998
+*** src/Makefile.orig Fri May 24 21:04:15 1991
+--- src/Makefile Mon Jun 14 23:41:50 1999
***************
*** 27,37 ****
# level and when it is working, increase the optimization level. So far
@@ -32,7 +32,7 @@
# SUN Sparc series flags version 1.3 or later compiler
#
***************
-*** 60,66 ****
+*** 60,71 ****
# Place your G88/G90 util library definition here if you wish to
# compile chk2psi
#
@@ -40,7 +40,12 @@
#
# define the directory where the executables will reside
# usually /usr/local/bin or ~/bin to put it in your own directory
---- 66,72 ----
+ #
+! BIN = /usr/local/bin
+ #
+ #**** Add PSI2 to this and the install lists if you have a user defined
+ # Plotting library to plot to the screen, also remove any which you
+--- 66,77 ----
# Place your G88/G90 util library definition here if you wish to
# compile chk2psi
#
@@ -48,6 +53,11 @@
#
# define the directory where the executables will reside
# usually /usr/local/bin or ~/bin to put it in your own directory
+ #
+! BIN = $(PREFIX)/bin
+ #
+ #**** Add PSI2 to this and the install lists if you have a user defined
+ # Plotting library to plot to the screen, also remove any which you
***************
*** 84,96 ****
#######################################################################