diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 10:23:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 10:23:07 +0000 |
commit | 2e62796ace67f195023c4ff3f8cc0df9d95eedf3 (patch) | |
tree | 13ba47d3a3189ff485fa89581c9aecb4e66d5908 /biology/psi88/files | |
parent | d99f930761ceeac216bc9328c47e744bbec8a2a1 (diff) | |
download | FreeBSD-ports-2e62796ace67f195023c4ff3f8cc0df9d95eedf3.zip FreeBSD-ports-2e62796ace67f195023c4ff3f8cc0df9d95eedf3.tar.gz |
Make the psi88 port install into PREFIX instead of a hardcoded
/usr/local.
PR: 12215
Submitted by: Nick Hibma <nick.hibma@jrc.it>
Diffstat (limited to 'biology/psi88/files')
-rw-r--r-- | biology/psi88/files/patch-aa | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/biology/psi88/files/patch-aa b/biology/psi88/files/patch-aa index 0dbcb2d..3c00f31 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 **** ####################################################################### |