mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Fix build with clang
- Remove extraneous newlines PR: ports/158538 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: rene (mentor, implicit)
This commit is contained in:
parent
64cb95f949
commit
ff6293a6d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277479
@ -10,8 +10,7 @@ PORTVERSION= 5.0.b8
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://uptimes.hostingwired.com/files/ \
|
||||
SF/${PORTNAME}/UpClient%205%20beta/5.0b8%20Security%20Update
|
||||
|
||||
SF/${PORTNAME}/UpClient%205%20beta/5.0b8%20Security%20Update
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -56,6 +55,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
||||
${WRKSRC}/scripts/upchk ${WRKSRC}/scripts/clientchk \
|
||||
${WRKSRC}/src/Makefile
|
||||
${REINPLACE_CMD} -e 's/CC=gcc/CC=${CC}/' ${WRKSRC}/src/Makefile
|
||||
|
||||
# Install
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user