diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /net/ncp | |
parent | fd5b918640498d4d5f8b9ce1ac0a73880b4622e0 (diff) | |
download | ports-00d52a3e4c5bf9de39ce9d6095393f52407d69df.tar.gz ports-00d52a3e4c5bf9de39ce9d6095393f52407d69df.zip |
Notes
Diffstat (limited to 'net/ncp')
-rw-r--r-- | net/ncp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ncp/Makefile b/net/ncp/Makefile index 268ac816db7a..fdccbe7f6637 100644 --- a/net/ncp/Makefile +++ b/net/ncp/Makefile @@ -18,8 +18,6 @@ PLIST_FILES= bin/ncp bin/npush bin/npoll man/man1/ncp.1.gz man/man1/npush.1.gz CFLAGS+= -I${LOCALBASE}/include/libowfat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - post-patch: @${REINPLACE_CMD} -e 's|^CC=gcc|CC=${CC}|' \ ${WRKSRC}/Makefile |