diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/ncp/Makefile | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/ncp/Makefile')
-rw-r--r-- | net/ncp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ncp/Makefile b/net/ncp/Makefile index 229ff7b4c672..d2afa15d6bbe 100644 --- a/net/ncp/Makefile +++ b/net/ncp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ncp -# Date created: 2003-03-06 -# Whom: Matthias Teege <matthias@mteege.de> -# +# Created by: Matthias Teege <matthias@mteege.de> # $FreeBSD$ PORTNAME= ncp @@ -25,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC=gcc|CC=${CC}|' \ ${WRKSRC}/Makefile |