diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:15:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:15:18 +0000 |
commit | f42468ac8f92e8798abc799de63feb738d3630bd (patch) | |
tree | da8af26afa81b92bea41de35caecb5a1ed5c42e8 /biology/blat | |
parent | 4e8e11bf735e6aea61bcf9a914485ace1a2bcb42 (diff) | |
download | ports-f42468ac8f92e8798abc799de63feb738d3630bd.tar.gz ports-f42468ac8f92e8798abc799de63feb738d3630bd.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111726
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=191381
Diffstat (limited to 'biology/blat')
-rw-r--r-- | biology/blat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile index 8e96c552e4d9..11712ec38799 100644 --- a/biology/blat/Makefile +++ b/biology/blat/Makefile @@ -27,17 +27,11 @@ SUB_FILES= pkg-message EXECUTABLES= blat faToNib faToTwoBit gfClient gfServer nibFrag \ pslPretty pslReps pslSort twoBitInfo twoBitToFa -.include <bsd.port.pre.mk> - post-patch: @${MKDIR} ${WRKSRC}/bin/${MACHTYPE} @${MKDIR} ${WRKSRC}/lib/${MACHTYPE} @${REINPLACE_CMD} -E 's,^(CC|CFLAGS)=,\1 ?=,g' \ ${WRKSRC}/inc/common.mk -.if ${OSVERSION} <= 500000 - @${REINPLACE_CMD} -e 's,strtof,\(float\) strtod,g' \ - ${WRKSRC}/lib/sqlNum.c -.endif do-install: .for exe in ${EXECUTABLES} @@ -54,4 +48,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |