svn commit: r318976 - head/net-p2p/teknap

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 14:26:48 UTC 2013


Author: bapt
Date: Fri May 24 14:26:48 2013
New Revision: 318976
URL: http://svnweb.freebsd.org/changeset/ports/318976

Log:
  Fix build with clang removing the useless and deprecated -I-

Modified:
  head/net-p2p/teknap/Makefile

Modified: head/net-p2p/teknap/Makefile
==============================================================================
--- head/net-p2p/teknap/Makefile	Fri May 24 14:23:05 2013	(r318975)
+++ head/net-p2p/teknap/Makefile	Fri May 24 14:26:48 2013	(r318976)
@@ -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:


More information about the svn-ports-all mailing list