Date: Mon, 14 Jun 1999 21:37:13 +0200 (CEST) From: Nick Hibma <nick.hibma@jrc.it> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12215: [PATCH] biology/psi88 installs into /usr/local instead of PREFIX Message-ID: <199906141937.VAA77208@elpc36.jrc.it>
next in thread | raw e-mail | index | archive | help
>Number: 12215 >Category: ports >Synopsis: [PATCH] biology/psi88 installs into /usr/local instead of PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 14 12:40:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: ports as of 30 minutes ago >Description: see subject >How-To-Repeat: cd /usr/ports/biology/psi88 >Fix: --- patches/patch-aa.orig Thu May 6 10:22:13 1999 +++ patches/patch-aa Mon Jun 14 23:45:06 1999 @@ -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 **** ####################################################################### >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906141937.VAA77208>