1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111726
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 07:15:18 +00:00
parent 4e8e11bf73
commit f42468ac8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191381

View File

@ -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>