1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make the psi88 port install into PREFIX instead of a hardcoded

/usr/local.

PR:	12215
Submitted by:	Nick Hibma <nick.hibma@jrc.it>
This commit is contained in:
Chris Piazza 1999-06-19 10:23:07 +00:00
parent cc2d7ec287
commit bea1cffae3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19564

View File

@ -1,5 +1,5 @@
*** src/Makefile.orig Sat May 25 04:04:15 1991 *** src/Makefile.orig Fri May 24 21:04:15 1991
--- src/Makefile Thu Nov 12 11:20:18 1998 --- src/Makefile Mon Jun 14 23:41:50 1999
*************** ***************
*** 27,37 **** *** 27,37 ****
# level and when it is working, increase the optimization level. So far # 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 # 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 # Place your G88/G90 util library definition here if you wish to
# compile chk2psi # compile chk2psi
# #
@ -40,7 +40,12 @@
# #
# define the directory where the executables will reside # define the directory where the executables will reside
# usually /usr/local/bin or ~/bin to put it in your own directory # 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 # Place your G88/G90 util library definition here if you wish to
# compile chk2psi # compile chk2psi
# #
@ -48,6 +53,11 @@
# #
# define the directory where the executables will reside # define the directory where the executables will reside
# usually /usr/local/bin or ~/bin to put it in your own directory # 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 **** *** 84,96 ****
####################################################################### #######################################################################