diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-24 22:26:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-24 22:26:48 +0800 |
commit | 79d737e1d50e2b3af27641f52ed7ec5d74cff6a4 (patch) | |
tree | e9711adfbbc6a0273b2496d33f6d834ad6fa9ca5 /net-p2p | |
parent | 1f197d9a274f26ea27dd1960da35115cc0bd600a (diff) | |
download | freebsd-ports-gnome-79d737e1d50e2b3af27641f52ed7ec5d74cff6a4.tar.gz freebsd-ports-gnome-79d737e1d50e2b3af27641f52ed7ec5d74cff6a4.tar.zst freebsd-ports-gnome-79d737e1d50e2b3af27641f52ed7ec5d74cff6a4.zip |
Fix build with clang removing the useless and deprecated -I-
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/teknap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 3b0a4dbfed51..3508f0d181f8 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: TekNap napster client -# Date created: 6 Jul 2000 -# Whom: Carl Johan Madestrand -# +# Created by: Carl Johan Madestrand # $FreeBSD$ -# PORTNAME= TekNap PORTVERSION= 1.3.g @@ -64,6 +60,7 @@ pre-configure: post-patch: @${REINPLACE_CMD} -e '/mkinstalldirs/ s,$$(HELPDIR) $$(NAPLIB),,g' \ + -e "s/-I-//g" \ ${WRKSRC}/Makefile.in post-install: |