diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 07:53:37 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 07:53:37 +0000 |
commit | e110a3719d6842fe74a06669c87d88bae59d9e44 (patch) | |
tree | cb0162341a91cf7da7a5b2f7b1b3411d8cf28656 /biology/fasta3/files | |
parent | - Grammar fix (diff) |
- Update to 35.4.7 [1]
- Obey PREFIX [2]
Submitted by: maintainer [1] [2]
Reported by: QATty [2]
Notes
Notes:
svn path=/head/; revision=235478
Diffstat (limited to 'biology/fasta3/files')
-rw-r--r-- | biology/fasta3/files/patch-Makefile.freebsd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/fasta3/files/patch-Makefile.freebsd b/biology/fasta3/files/patch-Makefile.freebsd new file mode 100644 index 000000000000..85a554c8f5e9 --- /dev/null +++ b/biology/fasta3/files/patch-Makefile.freebsd @@ -0,0 +1,19 @@ +--- make/Makefile.freebsd.orig 2009-06-08 21:07:00.000000000 -0300 ++++ make/Makefile.freebsd 2009-06-08 21:08:01.000000000 -0300 +@@ -8,6 +8,7 @@ + # defined. In FreeBSD this happens when fasta3 is build from the port or + # when the user has set these variables -- most notably CC and/or CFLAGS + # -- in /etc/make.conf ++LOCALBASE?= /usr/local + + # Compiler executable, and optional flags + CC?= gcc +@@ -38,7 +39,7 @@ + CFLAGS+= ${COMMON_CFLAGS} ${STANDARD_CFLAGS} + + BIN = ../bin +-XDIR = /usr/local/bin ++XDIR = ${LOCALBASE}/bin + + LIB_M+= -lm + |