Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 13:36:54 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320688 - head/textproc/wdiff
Message-ID:  <201306121336.r5CDasP0007797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jun 12 13:36:54 2013
New Revision: 320688
URL: http://svnweb.freebsd.org/changeset/ports/320688

Log:
  - Switch to charsetfix to fix the build
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/textproc/wdiff/Makefile

Modified: head/textproc/wdiff/Makefile
==============================================================================
--- head/textproc/wdiff/Makefile	Wed Jun 12 13:36:11 2013	(r320687)
+++ head/textproc/wdiff/Makefile	Wed Jun 12 13:36:54 2013	(r320688)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 
+USES=		charsetfix
 MAN1=		wdiff.1
 INFO=		wdiff
 
@@ -25,10 +26,6 @@ PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "
-
-post-patch:	.SILENT
-	${REINPLACE_CMD} '/^install-exec-local:/s/install-exec-localcharset//' \
-		${WRKSRC}/lib/Makefile.in
 .endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306121336.r5CDasP0007797>