diff options
author | crees <crees@FreeBSD.org> | 2011-07-11 02:42:49 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-11 02:42:49 +0800 |
commit | 80dfd2ce753fa952c3f85a0c825790359208c146 (patch) | |
tree | 1ab97f79647627c8723fa5df84c9e36622b5f0d0 /misc/upclient | |
parent | 07b5560ee9edb58f72a115fadf529befc92e6bae (diff) | |
download | freebsd-ports-gnome-80dfd2ce753fa952c3f85a0c825790359208c146.tar.gz freebsd-ports-gnome-80dfd2ce753fa952c3f85a0c825790359208c146.tar.zst freebsd-ports-gnome-80dfd2ce753fa952c3f85a0c825790359208c146.zip |
- Fix build with clang
- Remove extraneous newlines
PR: ports/158538
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Approved by: rene (mentor, implicit)
Diffstat (limited to 'misc/upclient')
-rw-r--r-- | misc/upclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 27cead07ab14..01662b7d1cda 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -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 # |